jira2gitlab icon indicating copy to clipboard operation
jira2gitlab copied to clipboard

Migrate Jira projects into a Gitlab instance

Results 5 jira2gitlab issues
Sort by recently updated
recently updated
newest added

I understand your comment in this function states "The attachments need to be explicitly mentioned to be visible in Gitlab issues". Do you know where this needs to be stated?...

The README currently states that support for (real) Epics is missing: ``` Epics are currently translated to normal issues and loosely coupled via labels with their child issues TODO: traslate...

* Add possibility to create epics on groups on gitlab * Try to improve code readability by respecting PEP 8 standard * Fix an issue with attachments extensions and them...

Hi, What do you say to this? I changed `print` statements to use logging via Rich package. Also, new user creation does not use the `changeMe` password as my Gitlab...

I added a substution for pre-formatted text, {noformat} like this: t = re.sub(r'\{noformat\}\s*', r'\n```\n', t) # Pre-Format / noformat