Forums

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

eliminating duplicate fields with csv or rest

Georg Kellerer
May 7, 2026
Hello all,
we migrated from jira server to jira cloud last year. as described in
i wanted to remove duplicate fields after the migration. But the csv exporter is limitted to 10.000 issues and because of the number of our issues i would have to repeat the steps multiple times. so i wante to solve my problem with the rest api.
The call i was using looks like tis:
My search produces not the results i was expecting. for e.g.:
{
    "issues":  [
                   {
                       "expand":  "renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations",
                       "id":  "36583",
                       "self":  "https://myorganisation.atlassian.net/rest/api/3/issue/36583",
                       "key":  "TEST-100",
                       "fields":  {
                                      "customfield_10001":  null
                                  }
                   },
   ],
    "nextPageToken":  "xxyyzz",
    "isLast":  false
}
1) In this issue none of my four search criterias is present so would expect that this issue is not in my results
2) the four criterias are not part of the fields list. In jira server it was necessary to reindex the data but in jira cloud is not. Isn't it? so why are the fields not their even though i put them in the fields list in my rest call?
i would be very happy if someone could explain me what i did wrong or misunderstood.
Thanks,
Georg

1 answer

0 votes
Tomislav Tobijas
Community Champion
May 7, 2026

Hey @Georg Kellerer ,

Which field types are we talking about here? Text fields, select/picker fields or something else?

Also, can you see values on these work items (e.g., item with ID 36583) on the frontend UI as well or not? For example, if you're seeing the value on the Jira work item view, can you re-check if you're looking at the correct field when doing a REST API call? 👀

I do know for this one JRACLOUD-83271: Following a S2C migration, reindexing is not automatically occurring resulting in inconsistent JQL results in Issue Search > as a workaround, the section says, you would need to reach out to the support team to do the fix.

Cheers,
Tobi

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events