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

Find issue from PR description?

Open FezVrasta opened this issue 4 years ago • 2 comments

Hi, is it possible to find an issue from the PR description?

FezVrasta avatar Oct 28 '20 13:10 FezVrasta

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 }}

finsterdexter avatar Jan 12 '21 19:01 finsterdexter

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

jamie-wearsafe avatar Jul 01 '22 22:07 jamie-wearsafe