canhbk/Get JIRA User Story, Bug, or Task ID
Fetches ID of User Story, Bug, or Task from JIRA, including parent ID for subtasks. Outputs in lowercase.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_id | The JIRA issue ID (can be a Subtask, User Story, Bug, or Task) | yes | — |
| jira_user | The JIRA user (email) | yes | — |
| jira_api_token | The JIRA API token | yes | — |
| jira_base_url | The base URL for the JIRA instance | yes | — |
Outputs
| name | description |
|---|---|
| result_id | The ID of the User Story associated with the subtask, or the ID of the User Story, Bug, or Task, in lowercase |