gajira-find-issue-key icon indicating copy to clipboard operation
gajira-find-issue-key copied to clipboard

Better handling of missing issue ids

Open neil-morrison44 opened this issue 2 years ago • 1 comments

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.

neil-morrison44 avatar Apr 01 '22 16:04 neil-morrison44

What I did is

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

Justin-JHG avatar Jun 15 '22 21:06 Justin-JHG