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.
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.
Hi @Stanislav Dubin,
Thank you so much your response. will check the given links.