I am looking to be able to run some form of jql to determine if a jira card has been in a status of blocked for more than e.g. 2 days. I looked at post functions but i would need to transition. Is there a way of flagging a date in a customer field when someone updates the priority field to blocked?
You can write a listener that updates the custome field.
https://confluence.atlassian.com/display/JIRA/Listeners
It can be done in Java or scripts (using plugins like script runner).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might be able to do this with the script runner add on. To get the actual data that you want, the Suite Utilities add on has an issue tab panel that does that. You can get the source code from there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.