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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.