Skip to content

Instantly share code, notes, and snippets.

@svizzari
Last active September 4, 2018 06:03
Show Gist options
  • Save svizzari/c79c1ec70b6278ee6dbe9e06bf27dfa7 to your computer and use it in GitHub Desktop.
Save svizzari/c79c1ec70b6278ee6dbe9e06bf27dfa7 to your computer and use it in GitHub Desktop.
JIRA Template for Customer Engagement Issues
{
"options": {
"domains": [],
"inputIDs": [],
"limit": []
},
"templates": [
{
"issuetype-field": "",
"name": "DEFAULT TEMPLATE",
"projects-field": "CE",
"text": "\nh3. Checklist\n<TI>Before creating the issue, make sure these are checked:</TI>\n<TI>- Can this be split into smaller issues?</TI>\n<TI>- Is Issue Type correct? (Story - Product/Feature, Task - Engineering/Implementation)</TI>\n<TI>- Is Priority correct?</TI>\n<TI>- Is Component specified?</TI>\n<TI>- Is Fix Version specified?</TI>\n<TI>- Is Linked Issue specified, if any?</TI>\n<TI>- Is Label specified, if any?</TI>\n<TI>- Is Epic specified, if any?</TI>\n\nh3. Summary\nAs a <TI>type of user</TI>, I want <TI>to perform some task</TI>, so that I can <TI>achieve some goal</TI>.\n\nh3. Context\n<TI>Provide background details, clarifications, or notes for implementation.</TI>\n<TI>- Is this a breaking change? If so, create JIRA issue here: https://goo.gl/Ug44U1</TI>\n<TI>- Should this be behind Arturo?</TI>\n<TI>- Does this require a mini kick-off?</TI>\n\nh3. Additional Information\n<TI>Provide relevant references here.</TI>\n<TI>Zendesk Ticket: URL</TI>\n<TI>Slack conversation: URL</TI>\n\nh3. Dependencies\n<TI>Does this require support from any internal/external teams?</TI>\n\nh3. Risks\n<TI>Identify risks that could be introduced by this.</TI>\n\nh3. QA Notes\n<TI>Provide instructions on how to QA/Dev-QA this.</TI>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment