An open API service indexing awesome lists of open source software.

https://github.com/optimizely/jira-templates

To hold templates for descriptions of various types of JIRA tickets (Bugs, Features, etc.)
https://github.com/optimizely/jira-templates

Last synced: 10 months ago
JSON representation

To hold templates for descriptions of various types of JIRA tickets (Bugs, Features, etc.)

Awesome Lists containing this project

README

          

# jira-templates
Repository to hold templates for descriptions of various types of JIRA tickets (Bugs, Features, etc.)

## Usage
- To add a default template for a specific task in your project: Add `//.txt`
- To add a default template for your project: Add `//default.txt`
- To add a default template for a specific JIRA task type: Add `/default/.txt`
- To add a default template for all projects and all task types: Add `/default/default.txt`

### Need Help?
- Ping Dae-Ho or Asa

## Specificity
The template with the most specificity will be used over the more generic template. A specific project wins over a specific task type.

### Examples
- If `/WEB/Bug.txt` is defined, then it will be used for all Bugs under WEB.
- If `/WEB/default.txt` and `/default/Bug.txt` are defined then `/WEB/default.txt` will 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.txt` will be used for all Bugs under WEB.

Note: This is a public repository