Query simple links for JIRA issues with Python API

Bill Smith
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2023

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)

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 29, 2024

Hi,

The doc stated that the "add_simple_link" method will return a remote link.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events