Structs§
- List
Filters - Filter set shared by
issues listandissues mine.
Functions§
- assign
- attach
- Upload one or more local files to an issue.
- attachments
- List the attachments on an issue.
- bulk_
assign - bulk_
transition - Each lookup and write belongs to one issue. Later failures never discard completed results, and successful writes are never automatically retried.
- comment
- comments
- List comments on an issue.
- create
- create_
meta - delete_
attachment - Delete an attachment by its ID.
- download_
attachment - Download an attachment into
dir, using the filename Jira reports for it. - fetch_
all_ issues - Fetch every page of a JQL search, returning all issues.
- filter_
fields - Retain only the requested fields from a JSON object. When
fieldsisNoneor empty, the original value is returned unchanged. - issue_
detail_ to_ json - link
- Link two issues.
- link_
types - List available issue link types.
- list
- list_
transitions - log_
work - Log work (time) on an issue.
- mine
- List issues assigned to the current user.
- move_
to_ sprint - Move an issue to a sprint.
- parse_
fields_ arg - Parse a comma-separated
--fieldsargument, refusing names that are not keys of the issue JSON. An unknown name must fail rather than quietly filter every item down to an object that looks like the field is empty. - resolve_
assignee_ arg - Resolve
--assigneefor create/update into omitted, cleared, or assigned. - show
- transition
- unlink
- Remove an issue link by link ID.
- update