I made enm_system custom field referring to system object field. However I can't search created issue with enm_system custom field.
I tried several ways. How should I do?
project = ENMCOMITSM AND ENM_System in iqlFunction("System.\"Name\" = \"ONTRUST.주문\"")
project = ENMCOMITSM AND ENM_System in iqlFunction("Name = ONTRUST.주문")
project = ENMCOMITSM AND ENM_System in iqlFunction("Object HAVING outboundReferences(Name = \"ONTRUST.주문\")")
Hi @jun lee ,
If the insight/assets field is on your issue and you are running an IQL you don't need to use the iqlfunction()
You should be able to do this as easy as
project = ENMCOMITSM AND ENM_System = 'ONTRUST.주문'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you type out the query in the last part where it will select the Insight/Assets object could you do this manually so you get a type-ahead suggestion?
instead of copy pasting the query please type it out manually to see if the JQL editor suggests the proper insight object
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Dirk Ronsmans
It works.
Can I ask one more?
I would like to add an automation rule that assign to user in a group. When system object has support group attributes, support group object has manager attributes, and manager object is a person.
I want to set user in the object field, not group of user management. Is it possilble?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @jun lee
I think you can do that not with automation, but changing the workflow, and adding a Post Function
I can't add picture so I will write it:
Assign issue with a user from the attribute ******** selected from the Assets custom field ******
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.