List the PR number and associated Issue/Ticket

Ravi Kumar December 16, 2021

Need to List all the PRs with associated Issue/Ticket on JQL. Are there any options?

1 answer

0 votes
Gerald Connolly December 16, 2021

Start from here, just select the columns you want

If you want everybody, just remove the "AND assignee in section"

status not in (Resolved, Archived, Canceled, Closed, Done) AND assignee in ("A.n.Anybody") ORDER BY assignee, key, status ASC, updatedDate ASC

Ravi Kumar December 17, 2021

HI Connolly,

Thanks for the replay. I am new here. when I just look for "status not in (Resolved, Archived, Canceled, Closed, Done)", I got following error. Any help is appreciated.

Jira.png

Ravi Kumar December 17, 2021

I was able to get fix the above query. But Not able to list the PR ID. Can you let me know if there is anyway we can do that?

Gerald Connolly December 18, 2021

Ah, Ok, looks like resolved is standard the others are local to our implementation!

PR ID, is it not available from the columns pull-down?

Ravi Kumar December 20, 2021

No, I was not able to see.

Suggest an answer

Log in or Sign up to answer