Skip to content

Commit 5d66477

Browse files
ci: Update teams for Jira ticket assignment (#904)
1 parent b3e496a commit 5d66477

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
4848
env:
4949
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
50-
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}}
50+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}}
5151
JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next 3 months. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
5252
run: |
5353
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
112112
env:
113113
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
114-
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}}
114+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}}
115115
JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next month. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
116116
run: |
117117
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
@@ -175,7 +175,7 @@ jobs:
175175
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
176176
env:
177177
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
178-
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}}
178+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}}
179179
JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next week. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
180180
run: |
181181
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
with:
8181
env: "prod"
8282
release_name: "FOASCLI"
83-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_2 }}
83+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
8484
secrets:
8585
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ jobs:
253253
with:
254254
env: ${{ inputs.env }}
255255
release_name: "OpenAPI Spec"
256-
team_id: ${{ vars.JIRA_TEAM_ID_APIX_2 }}
256+
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
257257
secrets:
258258
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)