Changes for page Connect Jira with Microsoft Teams
Last modified by Boris Folgmann on 2026/03/20 15:29
From version 16.1
edited by Boris Folgmann
on 2026/03/20 15:18
on 2026/03/20 15:18
Change comment:
There is no comment for this version
To version 16.3
edited by Boris Folgmann
on 2026/03/20 15:28
on 2026/03/20 15:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,8 +10,15 @@ 10 10 1. The created workflow consists out of three steps and looks like this: [[image:1774014880860-303.png||data-xwiki-image-style-border="true"]] 11 11 1. The wildcard expression [[https:~~/~~/*.environment.api.powerplatform.com:443/*>>https://*.environment.api.powerplatform.com:443/*]] which matches the Webhook URLs needs to be added to the Jira Allowlist. Disable "Allow Incoming", but enable "Allow anonymous users" for the entry. Since this can be only done by Jira Sysadmins, customers need to raise a service request in their support project to get it configured. 12 12 1. For the Parse JSON step you can copy and paste the Schema provided at [[JSON-Schema.json>>https://prd.sdc.t-systems.net/bitbucket/projects/DEVOPSAAS/repos/devops-tools-ms-teams-connection/raw/jira/JSON-Schema.json]] 13 -1. The design of the adaptive card can be improved by changing the JSON in the last workflow step. Please try first the best versions we developed over time. Ignore browser parse errors, these files cannot be properly interpreted by browsers. 13 +1. The design of the adaptive card can be improved by changing the JSON in the last workflow step. Please try first the best versions we developed over time for posting freshly created Jira is. Ignore browser parse errors, these files cannot be properly interpreted by browsers. 14 14 15 15 * EN [[AdaptiveCard.json>>https://prd.sdc.t-systems.net/bitbucket/projects/DEVOPSAAS/repos/devops-tools-ms-teams-connection/raw/jira/AdaptiveCard.json]] 16 16 * DE [[AdaptiveCard_de.json>>https://prd.sdc.t-systems.net/bitbucket/projects/DEVOPSAAS/repos/devops-tools-ms-teams-connection/raw/jira/AdaptiveCard_de.json]] 17 +* To use these templates make sure to pass the right strings to the automation rule in your Jira project: 18 +** Message Title:((( 19 +{{{{{reporter.displayName}} created new issue}}} 20 +))) 21 +** Message:((( 22 +{{{[{{issue.key}} {{issue.summary}}]({{issue.toURL}})}}} 23 +))) 17 17 * [[https:~~/~~/adaptivecards.io/>>url:https://adaptivecards.io/]] documents the structure, [[https:~~/~~/adaptivecards.io/designer/>>url:https://adaptivecards.io/designer/]] offers an interactive designer application. See also [[Format cards in Teams>>url:https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cdesktop1%2Cdesktop2%2Cconnector-html]].