Hi (:
I would like the initiator to be notified if he left the story point estimate empty when moving from a column to another, but I cannot see the “Story point estimate” field in my if block :
Is there any way to accomplish what I am trying to do ?
Thanks in advance,
Noah (:
Hi @Noah Di Gesù , welcome to the Community!
are you simply wanting to check if the field is empty or updated? If the former consider using a JQL condition - "story point estimate" is empty. Now if you are using CMP projects then consider adding a Validator "field updated" on the transition(s) that will require the user to update the field before transition is allowed. In this scenario you will need to add a transition screen to offer up the Story Point field during the transition.
It works with the JQL condition : ))
Thank you ever so much for the quick & thorough answer ! : D
Have a nice one ^^
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Noah Di Gesù -- Welcome to the Atlassian Community!
Yes, and...to Jack's answer:
The team-managed project's Story Point Estimate field is apparently not fully supported for basic conditions and actions. One work-around is to use the Advanced Compare Condition and check the smart value directly: {{issue.Story point estimate}}
Kind regards,
Bill
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.