Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events