web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Jira connector unable ...
Power Automate
Unanswered

Jira connector unable to add labels

(0) ShareShare
ReportReport
Posted on by 102
I have a flow created that creates a jira ticket when a sharepoint list has a new row of data added.
I have created 4 variables to remove blanks from the fields that need to be added as a label
Report_Group_Fixed = replace(triggerOutputs()?['body/RequestGroup'], ' ', '')
Request_Type_Fixed = replace(triggerOutputs()?['body/RequestType'], ' ', '')
Request_Focus_Fixed = replace(triggerOutputs()?['body/RequestFocus'], ' ', '')
Data_Domain_Fixed = replace(triggerOutputs()?['body/DataDomain'], ' ', '')
 
I can create a new ticket using Create a new issue (V3)
Then I have the Edit Issue(V2) , and use the IssueId as Issue Key
If I paste this code to get the reporter , it works
{
"reporter": {
"id": "@{triggerBody()?['Reporter_ID']}"
}
 
but when I try to add the labels , I am getting an error 
 
{
  "update": {
    "labels": [
      {
        "add": "@{variables('Report_Group_Fixed')}"
      },
      {
        "add": "@{variables('Request_Type_Fixed')}"
      },
      {
        "add": "@{variables('Data_Domain_Fixed')}"
      }
    ]
  }
}
Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 519 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 296 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard