id | id | The ID of the ticket |
name | fields.summary | The summary of the ticket |
collection_id | fields.project.id | The ID of the collection the ticket belongs to |
description | fields.description | The description of the ticket |
status | fields.status.name | The status of the ticket |
created_at | fields.created | The date and time the ticket was created |
updated_at | fields.updated | The date and time the ticket was last updated |
created_by | fields.creator.displayName | The username of the user who created the ticket |
type | fields.issuetype.name | The type of the ticket |
assignees | { id: fields.assignee?.accountId, username: fields.assignee?.displayName } | The assignees of the ticket |
ticket_url | self | The URL of the ticket |
parent_id | fields.parent?.id | The ID of the parent ticket |
priority | fields.priority.name | The priority of the ticket |
due_date | fields.duedate | The due date of the ticket |
tags | labels(id, displayName) | The tags of the ticket |