The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have created a logic app that calls a webhook from another support system and passes the call description to the 'Create a New issue' logic app function for Jira. The call description is successfully extracted in a parse json substep but when i pass that in to the desciption field (or any field) in the create new issue step it fails with the below:
{ "method": "post", "queries": { "projectKey": "PROJ01" }, "path": "/issue", "host": { "connection": { "name": "/subscriptions/0246d56c-bcff-4567-b8ad-90b69450b3c3/resourceGroups/LogicApps/providers/Microsoft.Web/connections/jira" } }, "body": { "fields": { "description": null, "issuetype": { "id": "10004" }, "summary": null } }}
If i hard code the text in the new issue step it passes the value through but wont seem to accept dynamic data. Has anyone expereinced this and can give me some pointers?
Hello @Clark Stalham ,
Welcome to the Atlassian Community!
If I understand correctly:
Is this correct?
If this is correct, then this seems to be something you should discuss in one of the below Microsoft forums more than here:
From my side, not knowing much about Microsoft Azure Logic Apps there is not much I can do to help other than saying that in the returned message the description and summary fields are null. You may want to add some extra logging to make sure the data is parsed and passed correctly to the create issue step.
Also, I have moved this question to the Marketplace Apps & Integrations section hoping that this way you have higher chances to get a reply.
Cheers,
Dario
This month the spotlight is on AppLiger. We caught up with Pavel Pavlovsky, CEO and Product Manager, to learn how the company started and what fuels the team's creativity. Atlassian:...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.