Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.25 KB

File metadata and controls

36 lines (24 loc) · 1.25 KB

Jira

Jira tickets are widely used in enterprises to track work and plan sprints using standard Agile methodology.

Jira Ticket Descriptions

Jira Ticket descriptions should have the following sections:

  • Summary Description
    • What you want to do and why
  • Acceptance Criteria
    • bullet points
  • Engineering Notes & References
    • Notes
    • Design Decisions
    • URLs to references and relevant docs

Auto-Populate Jira Description

To automate pre-populating the description field without requiring Admin privileges to Jira you can use a TamperMonkey script and tune the description content to suite your needs or preferences.

Here is one I wrote for personal portable use which you can just copy and paste into your TamperMonkey browser extension:

jira_description_autofill.js

Readme Card