Repository to hold templates for descriptions of various types of JIRA tickets (Bugs, Features, etc.)
- To add a default template for a specific task in your project: Add
/<project>/<taskType>.txt - To add a default template for your project: Add
/<project>/default.txt - To add a default template for a specific JIRA task type: Add
/default/<taskType>.txt - To add a default template for all projects and all task types: Add
/<project>/<taskType>.txt
- Ping Dae-Ho or Asa
The template with the most specificity will be used over the more generic template. A specific project wins over a specific task type.
- If
/WEB/Bug.txtis defined, then it will be used for all Bugs under WEB. - If
/WEB/default.txtand/default/Bug.txtare defined then/WEB/default.txtwill be used for all Bugs under WEB. - If none of the following are defined:
/WEB/Bug.txt,/WEB/default.txt,/default/Bug.txt, then/default/default.txtwill be used for all Bugs under WEB.
Note: This is a public repository