New to Jira.
Trying to create and most of all update Issue's in power automate Flow.
There are connectors for create and edit issue's in Jira.
I'm trying to update an issue to fill in a 'responsible group'.
the connector tells me I need an valid JSON for the update field but what is the JSON format I need to follew?
Thanks in advance
ok, found the format.
it are custom fields that need to be filled in.
{
"customfield_31415": [
{
"workspaceId": "7fed84f7-3ef1-4bca-8958-314f9a88a624",
"id": "7fed84f7-3ef1-4bca-8958-314f9a88a624:@{variables('TP_ObjectID')}",
"objectId": "@{variables('TP_ObjectID')}"
}
],
"summary": "blablabla"
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.