I have an Assets custom field that references a selected object and displays some specific attributes for that object when viewing the issue.
Is it possible to display the attributes in columns in an issue search? Or when exporting search results to a CSV file?
Right now, it looks like the column will only reference whatever is selected for the object's identifier. I would prefer not to have to create a custom field for the sake of displaying the content in individual columns if possible, but I do need a way to export a file that includes certain issue details, including the object name and some of the attributes.
Thank you!
1) You can perform a JQL search using Assets JQL function
2) Regarding exporting to CSV, I have researched this issue before and didn't find a direct way to do it. As an alternative, you can export issues with AQL keys and export asset objects with their attributes, then map them in Excel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.