insidewhy/action-get-jira-issue
Get jira issue summary and link
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user | JIRA username (email address) of the user that created the token | yes | — |
| base-url | The subdomain of JIRA cloud e.g. "https://your-domain.atlassian.net" | yes | — |
| token | API Token used to access the JIRA REST API which must have read access to JIRA projects and issues. | yes | — |
| ticket-id | The jira ticket to retrieve | yes | — |
Outputs
| name | description |
|---|---|
| link | Link to jira ticket |
| summary | The summary which appers in the jira title |