Skip to content

Commit cb1f28c

Browse files
committed
Fix atlassian order
Signed-off-by: David Gageot <[email protected]>
1 parent a7cad48 commit cb1f28c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

prompts/catalog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@ registry:
583583
- name: jira_update_issue
584584
- name: jira_update_sprint
585585
secrets:
586-
- name: atlassian.jira.api_token
587586
- name: atlassian.confluence.api_token
588-
- name: atlassian.jira.personal_token
589587
- name: atlassian.confluence.personal_token
588+
- name: atlassian.jira.api_token
589+
- name: atlassian.jira.personal_token
590590
prompts: 0
591591
resources: {}
592592
config:

prompts/mcp/atlassian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ mcp:
44
image: mcp/atlassian:latest
55
workdir: /app
66
secrets:
7-
atlassian.jira.api_token: JIRA_API_TOKEN
87
atlassian.confluence.api_token: CONFLUENCE_API_TOKEN
9-
atlassian.jira.personal_token: JIRA_PERSONAL_TOKEN
108
atlassian.confluence.personal_token: CONFLUENCE_PERSONAL_TOKEN
9+
atlassian.jira.api_token: JIRA_API_TOKEN
10+
atlassian.jira.personal_token: JIRA_PERSONAL_TOKEN
1111
environment:
1212
CONFLUENCE_URL: "{{atlassian.confluence.url}}"
1313
CONFLUENCE_USERNAME: "{{atlassian.confluence.username}}"

prompts/mcp/readmes/atlassian.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -422,24 +422,24 @@ Parameters|Type|Description
422422
"-e",
423423
"JIRA_USERNAME",
424424
"-e",
425-
"JIRA_API_TOKEN",
426-
"-e",
427425
"CONFLUENCE_API_TOKEN",
428426
"-e",
429-
"JIRA_PERSONAL_TOKEN",
430-
"-e",
431427
"CONFLUENCE_PERSONAL_TOKEN",
428+
"-e",
429+
"JIRA_API_TOKEN",
430+
"-e",
431+
"JIRA_PERSONAL_TOKEN",
432432
"mcp/atlassian"
433433
],
434434
"env": {
435435
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki"",
436436
"CONFLUENCE_USERNAME": "[email protected]",
437437
"JIRA_URL": "https://your-company.atlassian.net",
438438
"JIRA_USERNAME": "[email protected]",
439-
"JIRA_API_TOKEN": "your_api_token",
440439
"CONFLUENCE_API_TOKEN": "your_api_token",
441-
"JIRA_PERSONAL_TOKEN": "your_api_token",
442-
"CONFLUENCE_PERSONAL_TOKEN": "your_api_token"
440+
"CONFLUENCE_PERSONAL_TOKEN": "your_api_token",
441+
"JIRA_API_TOKEN": "your_api_token",
442+
"JIRA_PERSONAL_TOKEN": "your_api_token"
443443
}
444444
}
445445
}

0 commit comments

Comments
 (0)