Hello All!
I was looking for a way to do this and wasn't able to find it.
Ultimately, I'm trying to find a way to be alerted/notified once an IssueKey passes a certain number. So I'd like to get an alert when Project A reached A-1650 and B reached B-2400, etc.
I tried to create a filter that I could subscribe to, but it wouldn't let me save it when those IssueKeys had yet to exist. (I wanted to create them in advance).
Any thoughts or suggestions?
Hi,
You can create a filter like this
Project=abc order by issuekey Desc
And suscribe to this filter and see the first issuekey that this filter will return.
As an admin if you clic to the cog icon (or jira icon)>projects you can see the number of issue in each projects of your instance.
I like the filter idea to just show the highest number first. I'm going to create that filter for each of my projects, then create a dashboard to show each of those filters (and just the 1 result).
Thanks!
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.