Here is what I have been tasked with. At the point of transition in the workflow if the date is 90, 120, 150 days past due then automatically update the priority. Here is the criteria:
1. If install date is greater than 150 days from "today" than the issue Priority should be set to showstopper
2. If install date is greater than 120 days from "today" than the issue Priority should be set to critical
3. If install date is greater than 90 days from "today" than the issue Priority should be set to major
4. All other issues can be remain as minor.
I am wondering if this can be done as a part of the transition process in either the Post Functions or the Conditions section?
Thanks,
Mike
You'll need a bit of code to do that. (It absolutely should NOT be done in a Condition by the way, this is very very much for a post-function).
I'd recommend the script-runner add-on which provides a very easy and simple way to get the code into Jira,
Mmm, I'd look at the docs for the script-runner, it's got sample code which is better than anything I'd quickly hack together here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic, I have the script-runner add-on installed. But I am not a coder so if you would be kind enough to provide me with at least a few example lines of code that I can use to figure this out I would really appreciate it.
Mike
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.