Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better handling of missing issue ids #39

Open
neil-morrison44 opened this issue Apr 1, 2022 · 1 comment
Open

Better handling of missing issue ids #39

neil-morrison44 opened this issue Apr 1, 2022 · 1 comment

Comments

@neil-morrison44
Copy link

Hi,

I've got a situation where some PRs will be linked to JIRA issues and some won't, which I imagine is fairly common.
However because the find-issue-key errors when the input doesn't have a JIRA issue (at least when using the string input mode) my whole workflow fails.

Ideally the output is just set to '', this could be via a new parameter like optional: true to not effect any current users who rely on the failure.


Also are these actions maintained anymore? I'd like to keep using the "verified as Atlassian" actions but there doesn't seem to have been anything done since late 2020.

@Justin-JHG
Copy link

What I did is

name: 🔸 Find issue key in commit messages
continue-on-error: true
uses: atlassian/gajira-find-issue-key@master
id: jira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants