This is my rule.
The objective is to check all work items and if the due date is 2 days from now and priority is not the highest, then change the priority to highest.
But I have a problem, in the edit work item fields i could not find priority fields to set it to what i want. There is no create custom field options or smart value. Am i doing something wrong?
Hi, @Muhammad Irfan! 👋
Did you search for the Priority field from the list and it's still not visible?
Is the priority field visible in the "Edit issue" view? You might need to add it for automation to be able to update it.
Project settings → Work items → Screens
Find the Edit screen for the work item type you're working with
Make sure the Priority field is on that screen
Project settings → Fields
Find the work item type you're working with
Make sure the Priority field is added
Hope this helps! ✨
Another tip regarding your automation rule - your branch currently checks for "All created work items" which applies only to work items that were created by a previous action in this rule.
If you want your rule to check every task in the project, you can set the rule scope or use JQL to execute this change to each work item in the query. Then this should also work:
Hope you have a great day! ☀️😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, searching works! I don't know why I didn't think of searching for it.
After I update the rule, there is a warning prompt saying its not compatible? Do I need to trigger something first? Im not sure what it means. Thank in advance for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to change the work schedule as it seems that is causing the warning and it worked but not what i intended as it requires manual intervention. I need the schedule on to checkup everyday on the work item to automate the rule. Any other way I can include the schedule on?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's true, the rule doesn't understand which tasks it should check - you can set the JQL within the trigger.
Option 1:
Option 2:
This should resolve your issue 😊 Let me know if you need any more help.
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.