The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i show issue URL along with that particular issue key while running query?

Ranjit gupta
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!
August 28, 2020

Hello ,

below are my query :

issues=jira.search_issues('project = OPSHD AND issuetype = "Doubt Log Entry" AND status = Resolved AND Workflow = "21" AND updated >= 2020-08-26 AND updated <= 2020-08-28 ORDER BY createdDate DESC')
print(issues)
if len(issues)>0:
for issue in issues:
mesg='**{}**:--: :--: {}'.format(issue.key,issue.fields.summary,)   

output for same is :  OPSHD-35288:–: :–: [P3 - Minor] Sweden: IVI - Coding - Portals

But required output is: 
OPSHD-35288:–: :–: [P3 - Minor] Sweden: IVI - Coding - Portals  ( OPSHD-35288 URL )

Please revert me back , i need urgent help.

0 comments

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

TAGS
AUG Leaders

Atlassian Community Events