Different workflows per issue type in a project

Hi All,

Can we have separate workflow for each issue type under a project? If yes, could you help us on the steps or guide us to the document. 

 

Thanks in Advance,

 

 

0
2 comments

Hi, you can set up a workflow to be triggered when, e.g., only a certain issue type is concerned. Feel free to check this default workflow as a sample (see issue.fields.Type issue.fields.isChanged(ctx.Type) etc.)https://www.jetbrains.com/help/youtrack/devportal/streamline-issue-reporting-workflows.html#build-issue-templates

You can use this example to create your own code where you reference the issue type as the condition in the guard function or in an if statement. For simpler workflow creation, you can also use the visual workflow constructor, which should cover the majority of the simple scenarios.

0

Hi @Stanislav Dubin,
Thank you so much your response. will check the given links.

 

0

Please sign in to leave a comment.