gajira-find-issue-key
gajira-find-issue-key copied to clipboard
Find issue from PR description?
Hi, is it possible to find an issue from the PR description?
I don't recall what the field name is off-hand but to get the issue from the PR title you can use:
with:
string: ${{ github.event.pull_request.title }}
You can also use this fork, which handles the looking up the KEYS from the Pull request commits, the jira title, the string, etc. And also can create a CHANGELOG based on a PR. https://github.com/Broadshield/gajira-find-issue-key