Hi all,
I tried to update the resolve date by API but the field apparently can't be set.
{
"errorMessages": [],
"errors": {
"resolutiondate": "Field 'resolutiondate' cannot be set. It is not on the appropriate screen, or unknown."
}
}
So I tried with the CSV import method but I had some issues:
1. UTF-8 chars error
My file contains chars like ù, à, ...
Seems like those chars are not recognized by the import tool, which ask for an encoding (UTF-8) but it is unable to parse the dataset (it complains about non-ASCII chars, makes no sense).
If I replace those chars with ASCII ones, I can go further, but this leads to problem 2.
2. Import fails and doesn't update tickets
This is the error, but I don't know why
Unexpected failure occurred. Importer will stop immediately. Data may be in an unstable state: At least one given IssueParentAssociations must not be empty!
Can anyone help?
Is there any other (possibly easy) method to update this field?
Thank you all
Ciao @lucabartoli ,
The only way to change the resolution date to already resolved issues is by using the CSV import method described in below links:
As per the "Is there a way to change the "Resolution Date" thread in the Atlassian Community, in order to update the resolution dates you need a CSV file with at least the below 4 fields:
- Issue Key
- Summary
- Resolution
- Resolved (to be mapped to "Date Resolved")
However, please notice that this only works when using External System Import (in the administration section of your Jira instance), as documented in: Importing data from CSV
Performing the CSV import from the issue search page, as explained in: Creating issues using the CSV importer, does not work.
Once this has been said, in order to answer your points:
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.