When I query the "issue_links" for a JIRA issue with the python api, it returns remote links but not ones created with add_simple_link (like a web link). I've done a dump of the issue with raw and can't seem to identify the simple link that was added. Is there an api call that can do it?
Sample code:
jira_issue = jira.issue(args.jira_issue_id)
json.dumps(jira_issue.raw, indent=4)
Hi,
The doc stated that the "add_simple_link" method will return a remote link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.