-
Bug
-
Resolution: Fixed
-
Medium
-
1.2.0.2
When we retrieve and issue using rest api values for the SLA fields are not correct.
Here is a snippet from the response:
"customfield_10202":"com.atlassian.servicedesk.internal.sla.model.SLAValue@f245367","customfield_10201":"com.atlassian.servicedesk.internal.sla.model.SLAValue@19df96f5",
It would be very useful if you just return the JSON value on the database.
- is incorporated by
-
JSDSERVER-107 Create a public REST API for JIRA Service Desk
- Closed
- was cloned as
-
DESK-2343 Failed to load
A work around could be exporting your data to Excel sheets and then use that directly or its in CSV format for data integration purposes.
Better Excel Plugin correctly exports the SLA fields (and even applies coloring rules to that, albeit this may be insignificant in this use case
) and you can even apply Excel features to manipulate that (as a Transform part of a full ETL process). Learn more about this
Another tool that enchances this is the Excel Automation Plugin which can do this transformation periodically. (We actually transform JIRA issues to another system this way.)