Jira
Jira Software is the #1 agile project management tool used by teams to plan, track, release and support world-class software with confidence. It is the single source of truth for your entire development lifecycle, empowering autonomous teams with the context to move quickly while staying connected to the greater business goal. Whether used to manage simple projects or to power your DevOps practices, Jira Software makes it easy for teams to move work forward, stay aligned, and communicate in context. This integration allows A-Ops to integrate with Jira, performing requests in order to get, update, create tickets.
Actions
Jira Custom Request
Execute a Jira API call
Input
Name | Description | Type | Required | Syntax |
---|---|---|---|---|
Name | Display name for the action object. | input | false | false |
Enabled | Enable / Disable this action object. | checkbox | false | false |
Logic | Logic that when defined must be evaluated as true for the action object to return True otherwise False will be returned. | input | false | false |
Variables | Variables to define when triggering an event. | var | false | true |
Jira URL | URL to Jira management console | input | true | true |
Token | Jira API token | password-input | true | true |
API Endpoint | API to execute the request on | input | true | true |
HTTP Method | The HTTP method to use e.g. HEAD, GET, PUT, POST, DELETE. | dropdown | true | false |
Data | Body data to include with the request | json-input | false | false |
Comment | User defined comments. | input | false | false |
Output
Name | Description | Type | always_present | values |
---|---|---|---|---|
rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
response | HTTP response body returned by the API | text | True | {"": {"description": ""}} |
result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
status_code | HTTP status code returned by the API. | number | True | {"0": {"description": "Successful."}} |