Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Product Discovery Idea API - reporter issue

Jakub Adamczyk
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 1, 2023

Hey,

 

I'm having issues with adding a reporter through an API call for "Idea" in JPD.
{"errorMessages":[],"errors":{"reporter":"Field 'reporter' cannot be set. It is not on the appropriate screen, or unknown."}}

Everything seems to be working fine when I take the reporter out of "field"{}.

I need to update a reporter field, as the "Ideas" will be coming through virtual assistant and 

we need to know who submit them using {{reporter.accountId}} dynamic variable from VA. 

 

    "fields":{
        "summary":"test summary field",
        "issuetype":{
            "id":"{{id}}"
        },
        "project":{
            "id":"{{id}}"
        },
"reporter":{
            "id":"{{reporter.accountId}}"
        } ,
    "description": {
          "type""doc",
          "version"1,
          "content": [
            {
              "type""paragraph",
              "content": [
                {
                  "type""text",
                  "text""test description"
                }
              ]
            }
          ]
        }                
    }
             
}

Anyone experienced similar issue? 
Thanks
Jakub

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events