How to Work with Jira at SKAO#

Step-by-step instructions for common Jira tasks.


Create a Ticket#

  1. Click Create in the top navigation

  2. Select the Project (your team’s project)

  3. Choose the Issue Type (Story, Task, Bug, etc.)

  4. Complete the required fields: - Summary — Brief description - Description — Detailed information - Assignee — Who will work on it

  5. Click Create



Log Time on a Ticket#

  1. Open the ticket

  2. Click Log work (or the timer icon)

  3. Enter time spent (“2h 30m”)

  4. Add a work description (optional)

  5. Click Log


Transition a Ticket#

Move a ticket to a new status:

Option 1: From the board

  • Drag the ticket to a new column

Option 2: From the ticket

  1. Open the ticket

  2. Click the Status dropdown

  3. Select the new status


Add a Comment#

  1. Open the ticket

  2. Scroll to the Comments section

  3. Type your comment

  4. Click Save

Use @mentions to notify team members.


Filter Tickets#

Quick filters on boards:

Use the filter buttons above your board to show specific tickets.

JQL search:

Click FiltersAdvanced issue search and use Jira Query Language:

project = SKA AND assignee = currentUser() AND status = "In Progress"

Watch a Ticket#

Receive notifications about a ticket:

  1. Open the ticket

  2. Click Watch (eye icon)

Jira notifies you of status changes and comments.


See Also#