Is there an easy way of creating a set template for a specific issue type (i.e. Epic) within a Jira project?
i.e. Whenever an Epic is created for Jira Project X, it has a template within the description like:
Stakeholders -
Deliverables -
Cost Code -
Hi @Fahim Ahmed , great question! Templates have always been tricky for text fields in Jira without the use of marketplace apps.
Once of the ways you could accomplish this is with automation. You can set the trigger to issue created and add use IF statements for issue fields condition as issue type equals epic. Then you can use the edit issue action to edit the description field to whatever you want.
The automation formatting for text fields is a little weak but it could definitely get the job done.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried this and it was easy to follow - thanks! My first automation.
However one issue I encountered.
When creating the issue from the 'Create' option the templated fields don't appear - see image 1.
Once created, if I click on the issue however, the template prompts do appear - see image 2.
Have I missed something for it not to appear on the initial 'Create Issue' screen?
Image 3 is the automation rule as per your guidance. Thanks again,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fahim,
Automation is already mentioned. That is one way to do it.
There are few other ways, specially if you are using team managed projects.
Check out our last article on this topic 👉 Ultimate Guide to Issue Templates in Jira
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.