I want to use a condition on workflow using Request Type content to enable or disable some transitions, but I can't get the value of Request Type Field , In my case i want for "Submit an Incident" Request type to transition directly to Pending Status in workflow and not in Pricing like for "Submit Change Request" or "Submit Service Request" my problem I don't know what is the value I have to compare in the condition section of transition, i setup a :
The field Request Type will have to be equal to value 'Submit an Incident'. Compared as String.
But is not working.
Thanks
Same workflow and yes same Issue type is "Submit a request or Incident" , changes only the Request Type
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.
Instead of working with a condition as workflow function on your transition, create an Automation rule with Issue created as trigger, and JQL condition as condition:
project = "<project name>" AND "Request Type" = "<request type>"
followed by the Transition issue action.
The action is the transition on your workflow which can be hidden for user by the Hide From User Condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mmhh, quite complex, so with this I can hide a transition from a status based on request type ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The purpose of hiding the transition via the condition is to hide it from users but to allow it for Automation to take the necessary action.
The automation rule will perform the correct transition (from status A to status B or status C) depending on the request type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Understood, but i come up with different solution, setup an automation which assign a value in a Label field based on Request Type , then check this label on workflow for visualizing or not the transition.
Thank for the hints
Best,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great to hear you found a solution or even an alternative to my suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dave Mathijs I am trying to use your method. I don't have the option to hide in this transition. What am I missing? The project is a JWM company project.
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.