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

Announcements

News and Announcements icon
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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 785

#2
Valantis Profile Picture

Valantis 669

#3
Haque Profile Picture

Haque 563

Last 30 days Overall leaderboard