Skip to content

jira get-issue-changelogs

Returns a paginated list of all changelogs for an issue sorted by date.

Description

Returns a paginated list of all changelogs for an issue sorted by date.

Synopsis

jira get-issue-changelogs
    --site <site>
    <issue>
    [--start_index <start_index>]
    [--max <max>]

Arguments

site - (string)

    
     Example: --site "site-1"
     Default: localhost:8081      Attributes: required

issue - (string)

     The ID of the issue.
     Example: "issue-1"
     Default: _None_      Attributes: required

start_index - (int)

     The index of the first item to return.
     Example: --start_index 1
     Default: 0      Attributes: optional

max - (int)

     The maximum number of items to return per page.
     Example: --max 1
     Default: 100      Attributes: optional

Examples

jira get-issue-changelogs "issue-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "read"
Service Type "jira"
Service Instance
Namespace
Object Type "changeLogs"
Object ID issue

Please see Access Control for details.