Hello community!
I'm trying to create a new rule on our account to do the following check:
- When the Priority field is updated, I want the automation to check which Priority was previously defined and which Priority was defined;
- After checking the new Priority, I want to modify the date of a custom field that we have (deadline) based on the date that was previously defined.
I still don't understand how I can do these checks in Jira Software.
This should be possible, but can I confirm the logic for this rule:
An example (and/or the current rule you've built) would be beneficial here :)
Ste
If the initial Priority was URGENT, we set a deadline date; when the Priority is changed from URGENT to HIGH, for example, we want to set another date for the deadline (using the previous deadline date + the rule we defined for the new deadline).
Talles
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd recommend using variables for this - and then IF/ELSE conditions to set the date.
The rule might look like this...
---
A few notes on this rule...
---
Let us know if this works for you!
Ste
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.