Skip to content

jira create-issue

Create Jira Issue.

Description

Create Jira Issue.

Synopsis

jira create-issue
    --site <site>
    <project>
    --reporter <reporter>
    [--assignee <assignee>]
    --issue_type <issue_type>
    --summary <summary>
    [--priority <priority>]
    --description <description>
    [--update_history <update_history>]
    [--parent_issue <parent_issue>]

Arguments

site - (string)

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

project - (string)

     The project ID (case sensitive)
     Example: "project-1"
     Default: _None_      Attributes: required

reporter - (string)

     Id of reporter
     Example: --reporter "reporter-1"
     Default: _None_      Attributes: required

assignee - (string)

     Id of assignee
     Example: --assignee "assignee-1"
     Default: _None_      Attributes: optional

issue_type - (string)

     id of type of issue
     Example: --issue_type "issue_type-1"
     Default: _None_      Attributes: required

summary - (string)

     Summary of the issue
     Example: --summary "summary-1"
     Default: _None_      Attributes: required

priority - (string)

     id of the issue priority
     Example: --priority "priority-1"
     Default: _None_      Attributes: optional

description - (string)

     Description of the issue
     Example: --description "description-1"
     Default: _None_      Attributes: required

update_history - (string)

     Whether the project of this issue is added to the user's recently viewed project list.
     Example: --update_history "update_history-1"
     Default: _None_      Attributes: optional

parent_issue - (string)

     Issue Id of parent required for subtasks, use only for creating subtasks.
     Example: --parent_issue "parent_issue-1"
     Default: _None_      Attributes: optional

Examples

jira create-issue "project-1" --reporter "reporter-1" --assignee "assignee-1" --issue_type "issue_type-1" --summary "summary-1" --priority "priority-1" --description "description-1" --update_history "update_history-1" --parent_issue "parent_issue-1"

Access Control

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

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

Please see Access Control for details.