Forums

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

Cannot assign reporter by using CSV Bulk import and JIRA API.

Ai SAKAMOTO March 9, 2023

 

I've used the JIRA API to generate multiple JIRA tickets using the Rest API.

It's been worked until the end of Feb, but suddenly the reporter cannot be assigned.

Here are the field data I use for the system.

-------------------------------------------

const fieldData = {
project: {key: 'ENON'}, 
summary: summaryValue,
description: descriptionValue,
issuetype: {name: typeValue}, 
customfield_10006: epicLink, // EpicLink
assignee: {accountId: assigneeName}, // Assignee
reporter: {accountId: reporterName}, // Reporter
labels: [labels1,labels2,labels3], // Labels
}
const payload = JSON.stringify({fields:fieldData});
-------------------------------------------
Also, I tried using the CSV bulk import, but I cannot map the reporter in the maps field.
Could you please help me fix these issues?

1 answer

0 votes
Prince Nyeche
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 9, 2023

You want to review your permission to modify the reporter by checking what's your project configuration. However, it would have been much more apparent to show what error you got since it is a problem

Suggest an answer

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

Atlassian Community Events