Last active
November 6, 2019 08:37
-
-
Save tikolakin/3bfb17151e3113b9d325dd91d6df31a7 to your computer and use it in GitHub Desktop.
Template for jira-template-injector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"options": { | |
"limit": [] | |
}, | |
"templates": { | |
"BUG TEMPLATE": { | |
"issuetype-field": "Bug", | |
"text": "h4. Summary:\n<TI>Enter summary of the problem here.</TI>\n\nh4. Environment:\n<TI>provide as much as possible from the following: instance : platform : device : os : resolution</TI>\n\nh4. Steps to Reproduce:\n<TI>Enter detailed steps to reproduce here. More detail is better.</TI>\n\nh4. Actual Behaviour:\n<TI>Screenshot. Enter what should happen here.</TI>\n\nh4. Expected Behaviour:\n<TI>Enter what should happen here.</TI>\n\nh4. Additional Notes:\n<TI>Enter any other details such as examples, links to requirements, JIRA issue etc. Any criteria that might help with fixing the problem. More detail is better.</TI>\n" | |
}, | |
"DEFAULT TEMPLATE": { | |
"issuetype-field": "", | |
"text": "" | |
}, | |
"DEFECT TEMPLATE": { | |
"issuetype-field": "Defect", | |
"text": "h4. Summary:\n<TI>Enter summary of the problem here.</TI>\n\nh4. Environment:\n<TI>provide as much as possible from the following: instance : platform : device : os : resolution</TI>\n\nh4. Steps to Reproduce:\n<TI>Enter detailed steps to reproduce here. More detail is better.</TI>\n\nh4. Actual Behaviour:\n<TI>Screenshot. Enter what should happen here.</TI>\n\nh4. Expected Behaviour:\n<TI>Enter what should happen here.</TI>\n\nh4. Additional Notes:\n<TI>Enter any other details such as examples, links to requirements, JIRA issue etc. Any criteria that might help with fixing the problem. More detail is better.</TI>\n" | |
}, | |
"EPIC TEMPLATE": { | |
"issuetype-field": "Epic", | |
"text": "h4. Epic\nAs a <TI>type of user/persona</TI>, I want <TI>to perform some task</TI>, so that I can <TI>achieve some goal/benefit/value</TI>.\n\nh4. Details\n<TI>Enter any other details such as examples, use cases, etc. that will help with developing the feature.</TI>" | |
}, | |
"STORY TEMPLATE": { | |
"issuetype-field": "Story", | |
"text": "h4. Story\nAs a <TI>type of user/persona</TI>\nI want <TI>to perform some task</TI>\nso that I can <TI>achieve some goal/benefit/value</TI>.\n\nh4. Requirements:\n<TI>Enter functional and non-functional needs here.</TI>\n\nh4. Design notes:\n<TI>Provide notes, links for design.</TI>\n\nh4. Acceptance Criteria:\n<TI>Enter the conditions of satisfaction here. That is, the conditions that will satisfy the user/persona that the goal/benefit/value has been achieved.</TI>\n\nh4. Tech notes\n<TI>Enter any information that can help with developing the feature. Including any links, possible issue with implementation etc.</TI>\n\nh4. Testing notes\n<TI>Enter any information that can help QA to test the feature. Such us specific environments issue/configuration, required files, updating DB etc. </TI>" | |
}, | |
"SUB TASK TEMPLATE": { | |
"issuetype-field": "Sub-task", | |
"text": "" | |
}, | |
"TASK TEMPLATE": { | |
"issuetype-field": "Task", | |
"text": "" | |
}, | |
"Tech Story": { | |
"issuetype-field": "Tech Story", | |
"text": "h4. Summary:\n<TI>Enter summary of the problem here.</TI>\n\nh4. Requirements:\n<TI>Enter functional and non-functional needs here.</TI>\n\nh4. Tech notes\n<TI>Enter any information that can help with developing the feature. Including any links, possible issue with implementation etc.</TI>\n\nh4. Testing notes\n<TI>Enter any information that can help QA to test the feature. Such us specific environments issue/configuration, required files, updating DB etc. </TI>\n" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment