# Jira

{% hint style="info" %}
The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.
{% endhint %}

**Jira** interacts with Jira issue tracker.

## **Parameters**

Take a look at the configuration options for the component. Parameters supported by [Double Braces expressions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/overview) are marked with `(DB)`.

### **General tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Dynamic Account</strong></td><td>When active, the connector will use the account dynamically. Otherwise, it will use the account statically.</td><td>False</td><td>Boolean</td></tr><tr><td><strong>Account Name</strong> <code>(DB)</code></td><td>The name of the dynamic account used by the connector. This account must have been previously configured in a <a href="../tools/store-account"><strong>Store Account</strong></a> connector in the pipeline for this process to take effect. It is only available if the <strong>Dynamic Account</strong> parameter is active.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Account</strong></td><td>The account used by the connector. It is only available if the <strong>Dynamic Account</strong> parameter is inactive.</td><td>N/A</td><td>Account</td></tr><tr><td><strong>Type</strong></td><td>The operation to perform.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Jira Url</strong> <code>(DB)</code></td><td>The Jira server URL, example: http://my_jira.com:8081</td><td>N/A</td><td>String</td></tr><tr><td><strong>Fail On Error</strong></td><td>If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the <code>"success"</code> property.</td><td>False</td><td>Boolean</td></tr></tbody></table>

### **Optional tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Body</strong> <code>(DB)</code></td><td>The body, if applicable.</td><td><code>{}</code></td><td>JSON</td></tr><tr><td><strong>Delay</strong></td><td>Time in milliseconds to elapse for the next poll.</td><td>6000</td><td>Integer</td></tr></tbody></table>

### **Headers Tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Issue Assignee Id</strong> <code>(DB)</code></td><td>The assignee’s ID of the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Assignee</strong> <code>(DB)</code></td><td>The assignee’s name of the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Components</strong> <code>(DB)</code></td><td>The comma separated list of the issue’s components.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Key</strong> <code>(DB)</code></td><td>The ID of the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Priority Id</strong></td><td>The priority’s ID of the issue.</td><td>N/A</td><td>Integer</td></tr><tr><td><strong>Issue Priority Name</strong> <code>(DB)</code></td><td>The priority’s name of the issue</td><td>N/A</td><td>String</td></tr><tr><td><strong>Project Key</strong> <code>(DB)</code></td><td>The project’s ID of the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Summary</strong> <code>(DB)</code></td><td>The summary of the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Transition Id</strong></td><td>The transition ID.</td><td>N/A</td><td>Integer</td></tr><tr><td><strong>Issue Type Id</strong></td><td>The type’s ID of the issue.</td><td>N/A</td><td>Integer</td></tr><tr><td><strong>Issue Type Name</strong> <code>(DB)</code></td><td>The type’s name of the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Watchers Add</strong> <code>(DB)</code></td><td>The comma separated list of watchers to add to the issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Issue Watchers Remove</strong> <code>(DB)</code></td><td>The watchers of the issue to remove.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Parent Issue Key</strong> <code>(DB)</code></td><td>The ID of the parent issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Child Issue Key</strong> <code>(DB)</code></td><td>The ID of the child issue.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Link Type</strong> <code>(DB)</code></td><td>The type of link.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Minutes Spent</strong></td><td>The minutes spent.</td><td>-1</td><td>Integer</td></tr></tbody></table>

### **Documentation tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td>Section for documenting any necessary information about the connector configuration and business rules.</td><td>N/A</td><td>String</td></tr></tbody></table>
