Peter Kempter
Results
2
comments of
Peter Kempter
That's a nice workaround. I think it should be added to the wiki. @bugy I added it here in my "wiki-fork" https://github.com/Ket3r/script-server-wiki/commit/ce4a99f480015177c53a997e896e6519595ce139 Apparently you can't create pull requests for wikis?...
Same issue here. I even tried fetching the link types instead of using a string: ```py def _create_issue_links(issue_key, issue): created_issue = get_jira().issue(issue_key) # Get link types from jira link_types =...