File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -583,10 +583,10 @@ registry:
583
583
- name : jira_update_issue
584
584
- name : jira_update_sprint
585
585
secrets :
586
- - name : atlassian.jira.api_token
587
586
- name : atlassian.confluence.api_token
588
- - name : atlassian.jira.personal_token
589
587
- name : atlassian.confluence.personal_token
588
+ - name : atlassian.jira.api_token
589
+ - name : atlassian.jira.personal_token
590
590
prompts : 0
591
591
resources : {}
592
592
config :
Original file line number Diff line number Diff line change 4
4
image : mcp/atlassian:latest
5
5
workdir : /app
6
6
secrets :
7
- atlassian.jira.api_token : JIRA_API_TOKEN
8
7
atlassian.confluence.api_token : CONFLUENCE_API_TOKEN
9
- atlassian.jira.personal_token : JIRA_PERSONAL_TOKEN
10
8
atlassian.confluence.personal_token : CONFLUENCE_PERSONAL_TOKEN
9
+ atlassian.jira.api_token : JIRA_API_TOKEN
10
+ atlassian.jira.personal_token : JIRA_PERSONAL_TOKEN
11
11
environment :
12
12
CONFLUENCE_URL : " {{atlassian.confluence.url}}"
13
13
CONFLUENCE_USERNAME : " {{atlassian.confluence.username}}"
Original file line number Diff line number Diff line change @@ -422,24 +422,24 @@ Parameters|Type|Description
422
422
" -e" ,
423
423
" JIRA_USERNAME" ,
424
424
" -e" ,
425
- " JIRA_API_TOKEN" ,
426
- " -e" ,
427
425
" CONFLUENCE_API_TOKEN" ,
428
426
" -e" ,
429
- " JIRA_PERSONAL_TOKEN" ,
430
- " -e" ,
431
427
" CONFLUENCE_PERSONAL_TOKEN" ,
428
+ " -e" ,
429
+ " JIRA_API_TOKEN" ,
430
+ " -e" ,
431
+ " JIRA_PERSONAL_TOKEN" ,
432
432
" mcp/atlassian"
433
433
],
434
434
"env" : {
435
435
"CONFLUENCE_URL" : " https://your-company.atlassian.net/wiki" ",
436
436
"CONFLUENCE_USERNAME" :
" [email protected] " ,
437
437
"JIRA_URL" : " https://your-company.atlassian.net" ,
438
438
"JIRA_USERNAME" :
" [email protected] " ,
439
- "JIRA_API_TOKEN" : " your_api_token" ,
440
439
"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"
443
443
}
444
444
}
445
445
}
You can’t perform that action at this time.
0 commit comments