I fetch the issues by running
all_issues = jira.search_issues(query,maxResults=500)
I get the issues fields, IDs, labels and such data. But is there a way to get the url used to pull the data? To keep it simple, I want the link which when accessed gets me to the JIRA website for the respective 'query'.
Thank you
Run the query and look in the url bar in the browser.
But if you're "pulling" the data, you probably mean you want a copy of it in a format for a computer to read rather than a web page.
I kinda found a work around and did the following:
Thanks @Nic Brough -Adaptavist- for the quick reply, appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.