In Jira Assets, if you have an attribute that is a reference to another object, is there a way to have multi select. So if the attribute is a linked to an employee object schema and you want to be able to associate multiple employees for that attribute as like a POC, is that possible?
Yes, that is possible. What you need to do is set the cardinality to unlimited, similar to what I have done for the attribute catalog:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, when importing assets with csv, what format should we write it in to the document?
I found :)
in CSV document:
Name | Environment |
Test App | Test||Production||Development |
Jira import AQL:
Label IN (${Environment${0}})
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.