| jira-base-uri | URI of the target Jira API endpoint | no | — |
| jira-username | Jira username that will be the reporter of issues created when syncing | yes | — |
| jira-token | Jira token corresponding to the jira-username input with permission to manage issues for the target Jira project | yes | — |
| jira-project-key | Jira project key where issues will be created | yes | — |
| jira-ignore-statuses | Comma-separated list of Jira issue statuses that will be ignore when syncing | no | — |
| jira-assignee | the assignee accountId to assign the Jira ticket to | no | — |
| jira-transition-map | JSON string of Jira statuses and transition pairs to traverse when closing an issue e.g "To Do:Start Progress, In Progress:Done" | no | — |
| jira-custom-fields | JSON string of Jira custom field keys/values, e.g. { "customfield_14117": "example-value" } | — | — |
| jira-watchers | Comma separated list of Emails for Atlassion Jira and User EUA IDs for Enterprise Jira | no | "" |
| jira-add-labels | Comma separated list of labels to add in newly created tickets | — | "" |
| aws-region | Target AWS region for Security Hub findings | no | — |
| aws-severities | Comma-separated list of Security Hub finding severities to sync | no | — |
| auto-close | a boolean to support auto closing for issue | no | — |
| dry-run-test-data | a boolean to support dry run of tickets creation | no | — |
| jira-link-id-on-creation | the new created issue will be linked to this link id | no | — |
| jira-link-type-on-creation | this defines the relation of the new issue with feature issue specified and default value for this is 'Relates' | no | — |
| jira-link-direction-on-creation | this variable is to specify the direction of linked issue either inward or outward | no | — |
| jira-link-id-on-closure | the closed issue will be linked to this link id | no | — |
| jira-link-type-on-closure | this defines the relation of the closed issue with feature issue specified and default value for this is 'Relates' | no | — |
| jira-link-direction-on-closure | this variable is to specify the direction of linked issue either inward or outward | no | — |
| include-all-products | a boolean to enable findings from other products | no | — |
| skip-products | comma separated list of product names for those the findings should be skipped | no | — |
| jira-duedate-field | The Jira field ID to use for setting the due date (e.g., duedate, customfield_xxxxx). Defaults to duedate. | no | "" |
| due-date-critical | Number of days within which a Jira issue should be due for critical findings | no | 15 |
| due-date-high | Number of days within which a Jira issue should be due for high findings | no | 30 |
| due-date-moderate | Number of days within which a Jira issue should be due for moderate findings | no | 90 |
| due-date-low | Number of days within which a Jira issue should be due for low findings | no | 365 |
| jira-labels-config | This variable is to specify stringified labels config | no | — |
| jira-consolidate-tickets | True/False value to enable/disable the consolidation of tickets | no | — |
| test-findings-data | JSON string of findings list | no | — |
| jira-api-version | Jira API version to use (v2 or v3). v3 uses ADF format for descriptions/comments, v2 uses plain text. | no | 2 |