fgerthoffert/Create link in Jira Issue
This actions creates, in a Jira issue, a link to a specific GitHub issue and updates its status when needed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub Personal API Token | yes | — |
| jira_issue_keys | A comma separated list of Jira issues to create a link into (e.g. "PROJECT-1,TOOLS-2"). All these should be on the same Jira instance. | no | — |
| github_project_field | Name of a GitHub project field containing a comma separated list of Jira issues | no | Jira Tickets |
| github_issue_field | Name of a GitHub issue field containing a comma separated list of Jira issues | no | Jira Tickets |
| github_label_prefix | Label prefix to be used for finding issues. For example if the label is "jira:PROJECT-1", the prefix should be "jira:" | no | jira: |
| github_issue_id | When providing a GitHub Issue ID (GraphQL ID) the action will use that ID instead of the one provided in the event payload. | no | — |
| jira_server_protocol | Protocol to communicate with the Jira server. Default is "https". | no | https |
| jira_server_host | The Jira server to connect to, for example "jira.somehost.com". | yes | — |
| jira_server_username | Username to connect to the Jira server | yes | — |
| jira_server_password | Password to connect to the Jira server | yes | — |
| jira_server_api_version | Jira Api version. Default is "2" | no | 2 |
| jira_server_strict_ssl | Enable string SSL. Default is "true" | no | true |
| jira_intermediate_path | Specify a different intermediate path | no | /rest/agile/1.0 |
| jira_link_relationship | Relation ship to display in the Jira issue. Default is "GitHub Issues(s)" | no | GitHub Issue(s) |
| jira_link_status_in_title | Display the issue status in bracket next to the issue title (for example: My GitHub Issue [OPEN]) | no | true |
| jira_link_icon_prefix | Icon to be displayed in Jira next to the issue link (16x16px) | no | https://github.githubassets.com/favicon.ico |
| jira_link_icon_closed | Icon to be displayed in Jira when the GitHub issue is closed | no | https://img.icons8.com/flat-round/16/checkmark.png |
| jira_link_icon_open | Icon to be displayed in Jira when the GitHub issue is open | no | https://img.icons8.com/ios/16/40C057/circled-dot.png |
Outputs
no outputs