beachyapp/JIRA get issue key
Find JIRA issue key from a given input string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 12, 2024
- License
- None
Pinned Snippet
uses: beachyapp/jira-get-issue-key-action@dd1ac42de4980bd68096c2aaa1a6e9e643f6363e # v0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| search | What do you want to search? | yes | "" |
Outputs
| name | description |
|---|---|
| exists | match found boolean |
| key | JIRA issue key |
| keys | JIRA issue keys |