Welcome to Customizable Workflow Repository!
Welcome to YouTrack Customizable Workflow Repository! Here you can find all the default workflows included into YouTrack, along with their descriptions and code. You can also see a number of workflows we’ve developed based on your requests.
Each workflow is available as a downloadable package – just download it and import into your YouTrack. You can use our workflows ‘as is,’ or customize and tweak their code to match your specific requirements and use cases.
What kind of workflows are already in there?
Just as a teaser, here are some examples of workflows you can find in our repository.
And that’s just the tip of the iceberg! Take a look here – chances are you’ll find your exact use case!
If you would like to share a workflow you’ve created, please send it to us and we’ll add it to the repository, giving you all the credit!
Good luck!
-JetBrains YouTrack Team
brett says:
March 16, 2017hello Valerie,
I am beginner witk Youtrack workflow editor.
Could you please suggest a workflow that would add Watcher “John”
with Assignee “Paul”
???
thanks in advance
brett says:
March 16, 2017…I meant…
when issue is created or updated
with Assignee “Paul”
mariyadavydova says:
March 17, 2017Hi Brett,
Your workflow rule will look like as follows:
rule Auto-watch
when (issue.Assignee.becomes({user: Paul})) {
{user: John}.watchIssue(issue);
}
Natasha Katson says:
March 17, 2017By the way, we are working on a built-in browser editor, you can read more in our roadmap: https://blog.jetbrains.com/youtrack/2017/03/youtrack-2017-roadmap/