Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following operations are available for working with issues.Click an operation name to see details on how to use it.

...

  • issueIdOrKey: Identifies the issue to retrieve. This can be an issue ID, or an issue key.
  • fields : The list of fields to return for the issue.
  • expand : The parameters to expand.
Anchor
samReq
samReq
Sample request

...

Code Block
languagexml
titleSample request for getTransitions
{
    "username":"admin",
    "password":"jira@jaffna",       
    "uri":"https://testcon.atlassian.net",             "name":"admin",       
    "issueIdOrKey":"TEST-2"
}

...

  • issueIdOrKey: Identifies the issue whose comments you want to get. This can be an issue ID, or an issue key.
  • expand : The parameters to expand.
Anchor
samReq
samReq
Sample request

...

Code Block
languagexml
titleSample request for getComments
{
    "username":"admin",
    "password":"jira@jaffna",       
    "uri":"https://testcon.atlassian.net",             "name":"admin",      
     "issueIdOrKey":"TEST-2"
}

...

Code Block
languagehtml/xml
titlepostComment
<jira.postComment>
    <issueIdOrKey>{$ctx:issueIdOrKey}</issueIdOrKey>
    <comment>{$ctx:comment}</comment>
	<visibleRole>{$ctx:visibleRole}</visibleRole>
    <expand>{$ctx:expand}</expand>
</jira.postComment>
Properties

...