I would like to flag issue if user use a specific transition. COuld i put fla on in transition in workflow ?
Otherwise, could i flag on issue in automation rule ?
You can certainly do this using Automation!
The rule might look like this...
You might need to have another rule to remove the flag also, or an additional action within this rule, if that's needed.
You can also add Conditions if the flag should only be added in certain circumstances!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it's based on a different trigger (eg. the issue being transitioned into a different status), you'd need a second automation rule to remove the flag (i.e Flagged = NULL).
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I try but can't , rule doesn't take my 'NULL' writen. I can only choose 'impediment'NULL is not accepted :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies for confusion, for NULL, just leave the field empty in the automation action :)
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.
ok, it's working
Thanks a lot, it was another condition in my rule what make it not working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
In automation:
Edit issue action > field called: "Flagged" > select your created values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just type "Impediment" as the value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can definitely flag an issue on transitioning an issue through a specific transition.
Since you have Automation Rules at your disposal, I'd recommend going directly for that approach, as it is easier to detect all automatic behaviors in a given project, rather than having to open the edit mode of a workflow and look for post-functions in every and each of its transitions to find out.
To do so:
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok thanks ignacio.
If field is modified, if value has been putted to A i put flagged to impediment
But and if value has been deleted i want to unflagged , how can i do ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would consist of the same steps, except you would leave the Flagged field empty instead of typying "Impediment".
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks a lot all for your help, and now, how can i remove flag then by automation rule?
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.