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

CLI-1123: Jira Cloud migration #1579

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
echo "EOF" >> $GITHUB_ENV
shell: bash
- name: Login to Jira
uses: acquia/gajira-login@bearer
uses: atlassian/gajira-login@v3
env:
JIRA_BASE_URL: ${{ vars.JIRA_BASE_URL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
- name: Create CCB ticket in Jira
id: create
uses: acquia/gajira-create@bearer
uses: atlassian/gajira-create@v3
with:
project: CLI
issuetype: Release
summary: "${{ env.FIX_VERSION }}"
description: "${{ env.JIRA_DESCRIPTION }}"
fields: '{"components": [{"id": "25474"}], "labels": ["ccb_std_017"], "customfield_10004": {"id": "15710"}, "fixVersions": [{"name": "${{ env.FIX_VERSION }}"}]}'
fields: '{"components": [{"id": "11717"}], "labels": ["ccb_std_017"], "customfield_10387": {"id": "15710"}, "fixVersions": [{"name": "${{ env.FIX_VERSION }}"}]}'
env:
FIX_VERSION: Acquia CLI ${{ github.event.release.name }}
- name: Log created issue
Expand Down