Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. {
  2. "options": {
  3. "domains": [],
  4. "inputIDs": [],
  5. "limit": []
  6. },
  7. "templates": [
  8. {
  9. "issuetype-field": "",
  10. "name": "DEFAULT TEMPLATE",
  11. "projects-field": "",
  12. "text": ""
  13. },
  14. {
  15. "issuetype-field": "Bug",
  16. "name": "BUG TEMPLATE",
  17. "projects-field": "",
  18. "text": "*Summary*\n<TI>Enter summary of the problem here.</TI>\n\n*Steps to Reproduce*\n<TI>Enter detailed steps to reproduce here. More detail is better.</TI>\n\n*Expected Behaviour*\n<TI>Enter what should happen here.</TI>\n\n*Additional Details*\n<TI>Enter any other details such as examples, links to requirements, etc. Any criteria that might help with fixing the problem. Attach screenshots if possible. More detail is better.</TI>\n\n*Workaround*\n<TI>If there is a way to work around the problem, place that information here.</TI>"
  19. },
  20. {
  21. "issuetype-field": "Story",
  22. "name": "STORY TEMPLATE",
  23. "projects-field": "",
  24. "text": "*Story*\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\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points about implementation here.</TI>\n\n*Additional Information*\n<TI>Enter any background or references such as Stack Overflow, MSDN, blogs, etc. that may help with developing the feature.</TI>\n\n*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>"
  25. },
  26. {
  27. "issuetype-field": "Task",
  28. "name": "TASK TEMPLATE",
  29. "projects-field": "",
  30. "text": ""
  31. },
  32. {
  33. "issuetype-field": "Sub-task",
  34. "name": "SUB TASK TEMPLATE",
  35. "projects-field": "",
  36. "text": ""
  37. },
  38. {
  39. "issuetype-field": "New Feature",
  40. "name": "NEW FEATURE TEMPLATE",
  41. "projects-field": "",
  42. "text": "*Summary*\n<TI>Enter a summary of the New Feature here.</TI>\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points about implementation here.</TI>\n\n*Additional Information*\n<TI>Enter any background or references such as Stack Overflow, MSDN, blogs, etc. that may help with developing the feature.</TI>"
  43. },
  44. {
  45. "issuetype-field": "Improvement",
  46. "name": "IMPROVEMENT TEMPLATE",
  47. "projects-field": "",
  48. "text": "*Summary*\n<TI>Enter a summary of the Improvement here.</TI>\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points about implementation here.</TI>\n\n*Additional Information*\n<TI>Enter any background or references such as Stack Overflow, MSDN, blogs, etc. that may help with developing the feature.</TI>"
  49. },
  50. {
  51. "issuetype-field": "Epic",
  52. "name": "EPIC TEMPLATE",
  53. "projects-field": "",
  54. "text": "*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\n*Details*\n<TI>Enter any details, clarifications, answers to questions, and points about implementation here.</TI>"
  55. }
  56. ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement