I want to automatically change the workfow when choosing a condition. For example, in jira SD, the user selects some value in the field and depending on this, the task goes through a certain workflow
manually it works through moving
The workflow is connected to the issuetype, what you are doing there is to move it to another issuetype. You can build into the workflow to use conditions to have different paths to the workflow.
In general it would be better however to control the input of issues into jira servicedesk, if the user request a specific request item, then make sure to assign that item to the correct issuetype and by extension to the correct workflow.
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.