Jira Reference#
Quick reference for Jira fields, statuses, and workflows at SKAO.
Key URLs#
Resource |
URL |
|---|---|
SKAO Jira |
|
Jira Smart Commits |
Ticket Types#
Type |
Description |
|---|---|
Epic |
Large feature that spans multiple sprints |
Story |
User-facing functionality |
Task |
Technical work item |
Bug |
Defect requiring a fix |
Spike |
Research or investigation task |
Workflow Statuses#
Status |
Description |
|---|---|
To Do |
Work not started |
In Progress |
Team member actively works on task |
In Review |
Undergoing code review or testing |
Ready for Acceptance |
Product Owner reviews work |
Done |
Team completed and accepted work |
GitLab Integration Keywords#
Use these keywords in commit messages or MR descriptions:
Keyword |
Effect |
|---|---|
|
Links commit to Jira ticket |
|
Links and transitions to Ready for Acceptance |
|
Same as Closes |
|
Same as Closes |
Branch Naming Convention#
Include the Jira ticket ID in your branch name:
<jira-id>-<description>
Examples:
ska-123-add-login-feature
ska-456-fix-pipeline-timeout