We are telling our reporters to Rank their own issues. For this we use the standard Rank functionality in a board filtered on their own issues. I would like to create an overview of the Top 5 issues per reporter, based on Rank.
Sorting by Rank is not an issue, but I cant seem to find a way to Limit results, let alone per reporter.
Any suggestions?
I was considering setting up a secondary field + workflow which would hold a Rank (int) value based on the COUNT(issues with a numerical lower rank) +1
I cant find a way to filter issues based on rank against the rank of the to be updated issue.
You should look into JIRA connect to do this via the REST interface.
https://developer.atlassian.com/server/jira/platform/rest-apis/
Thanks Randy for your response. I was looking some option where I can directly open JIRA page and i got partial achievement using below URL.
But this only works if browser is having active session otherwise it gets directed on login screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You shouldnt be integrating in that way because there's no guarantee that Atlassian will maintain that architecture going forward; every potential change to those pages on the Atlassian side will break your app.
You should be using JIRA connect and REST instead.
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.