We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6742938 commit a6bb0fcCopy full SHA for a6bb0fc
.github/workflows/jira-issue.yml
@@ -32,7 +32,6 @@ jobs:
32
extra-data: |
33
{
34
"fields": {
35
- # Assigned teams custom field. IDs includes the two owning teams.
36
"customfield_12751": [
37
38
"id": "22223"
@@ -48,6 +47,7 @@ jobs:
48
47
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
49
50
- name: Add comment
+ if: steps.create.outputs.issue-key
51
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
52
with:
53
issue-number: ${{ github.event.issue.number }}
0 commit comments