Skip to content

Commit e601d71

Browse files
authored
fix: fixVersion in auto-generated tickets (#4097)
1 parent 3b53fda commit e601d71

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/autoupdate-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
"fields": {
5757
"fixVersions": [
5858
{
59-
"id": "41805"
59+
"name": "next-atlascli-release"
6060
}
6161
],
6262
"customfield_12751": [

.github/workflows/autoupdate-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
"fields": {
5656
"fixVersions": [
5757
{
58-
"id": "41805"
58+
"name": "next-atlascli-release"
5959
}
6060
],
6161
"customfield_12751": [

.github/workflows/dependabot-create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
"fields": {
5656
"fixVersions": [
5757
{
58-
"id": "41805"
58+
"name": "next-atlascli-release"
5959
}
6060
],
6161
"customfield_12751": [

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fields": {
3333
"fixVersions": [
3434
{
35-
"id": "41805"
35+
"name": "next-atlascli-release"
3636
}
3737
],
3838
"customfield_12751": [

.github/workflows/update-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
"fields": {
238238
"fixVersions": [
239239
{
240-
"id": "41805"
240+
"name": "next-atlascli-release"
241241
}
242242
],
243243
"customfield_12751": [
@@ -327,7 +327,7 @@ jobs:
327327
"fields": {
328328
"fixVersions": [
329329
{
330-
"id": "41805"
330+
"name": "next-atlascli-release"
331331
}
332332
],
333333
"customfield_12751": [

0 commit comments

Comments
 (0)