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.)
- Host: GitHub
- URL: https://github.com/optimizely/jira-templates
- Owner: optimizely
- Archived: true
- Created: 2017-07-24T17:01:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T20:35:28.000Z (over 5 years ago)
- Last Synced: 2025-03-01T12:17:28.286Z (about 1 year ago)
- Size: 48.8 KB
- Stars: 8
- Watchers: 95
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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