Hello All!
We have a handful of Assets objects that appear when doing an Advanced Issue Search, but when we export to anything other than a CSV they appear blank. When exporting the CSV, we get the object ID, which is a VERY long string that normal users do not understand. Does anyone know a way around this?
Thanks!
JJ
Today is not possible get a different information for exporting CSV for Assets value. There is a ticket to be considered as a new feature for this opened in Atlassian. You can see here: https://jira.atlassian.com/browse/JSDCLOUD-10056
Theres a workaround for get the correct information, but needs to use REST API call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Josh Jordan , @adrian.wicki ,
Just pointing out a workaround here that may you want to use:
You can do the following:
For each attribute you want to capture from your object, create a text field in the format (Read Only).
Then create an automation that will copy the attribute value from that object to that field.
The smartvalue to indicate attributes of an Assets field is as follows: {{issue.customfield_XXXX.AttributeName}}
So instead of exporting the Assets field, you can export this field (read only) to where the automation sent the values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.