How to create a New Issue Template Follow
Hey guys,
I was wondering if it is possible to automatically fill out a blank issue with a few headers, depending on Type of issue.
e.g. If the user selects "Bug" as the type and the issue description content is empty, then fill it out with
Observed Behaviour
{insert your own text here}
Expected Behaviour
{insert your own text here}
Steps to reproduce
{insert your own text here}
Thanks,
Rob
I was wondering if it is possible to automatically fill out a blank issue with a few headers, depending on Type of issue.
e.g. If the user selects "Bug" as the type and the issue description content is empty, then fill it out with
Observed Behaviour
{insert your own text here}
Expected Behaviour
{insert your own text here}
Steps to reproduce
{insert your own text here}
Thanks,
Rob
Please sign in to leave a comment.
you can modify the 'jetbrains-youtrack-defaultDescription' workflow a little to make the trick:
We have a workflow 'jetbrains-youtrack-defaultDescription' which provides a default description pattern.
It calls when user fills in the 'Summary' field and focus on the 'Description' field.
Navigate to Administration -> Projects -> particular project -> Workflows tab -> Attach workflow -> 'jetbrains-youtrack-defaultDescription'
Thank you.
Anyways, after trying in vein to export the work flow, edit and re-upload myself, I downloaded the Workflow Editor. I now have the issue that I'd like to have the query
but for the life of me cannot work out how to group an expression...
Could you please clarify what the
shoud do in this context? It's not clear, because you have already have
Thank you.
Dear all,
thanks for the great description!
We are using the YouTrack Cloud version, and would like to create my own "Template".
I've tried to ways:
- Adding my own workflow (Basically, trying to save the code inspired by `Description template for external users` as .txt and trying to upload the .txt
- Attaching the `Description template for external users` template and modifying it to our needs.
Both of them failed for YouTrack's cloud version.
What is the way to go ahead? Do I need to install YouTrack locally (I've already done this, but it begins with empty projects etc)? In case, what is the right way to a) get all online info to the local YouTrack and b) create and download the workflow?
Or is it possible in the online version?
Thanks a lot!
Hello Elke,
First you need to download the workflow editor from here. Scroll down until you see "workflow editor" tab and click on the download button
Then install it and connect with it to your youtrack instance from "Workflow" -> Connection settings
Then you need to "Download workflows from server" and once you got them you can edit/add a new one.
I hope this helps!
Bogo