We've recently completed a migration from Jira Server to Cloud. We have established separate object types for Departments and Applications, created Insight custom fields intended to house each, and have made those fields visible on the screens where we need them. The problem seems to be assigning values to those fields within automation.
At the moment, my understanding is that if I enter an IQL query in the field assignment box, whichever object is returned by that query should be assigned to the field.
I'm not sure if my syntax is incorrect or what, but regardless of what I type in the field assignment box, Jira throws an error "An unknown error has occurred. Please reload and try again." Reloading has no discernable effect.
I can manually select objects when interacting with those Insight custom fields on an issue edit/view screen, so I know the filter scope is correct.
Any advice on how to address this?
Hi Matt,
The "Validate syntax" function throws an error even when the syntax is ok.
Discard this and save. It should be good.
PO Tremblay
FMX Solutions - Gold solution partner
Thanks @Pier-Olivier Tremblay , this was the trick. I hadn't attempted to run the rule on account of the error. Removing the objectType component that @Mikael Sandberg mentioned, such that the IQL query was only 'Name LIKE "department name"', did get it working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you remove objectType from your query and only using Name, does that
work? Normally the objectType has already been associated with the custom field so you do not have to add that in the IQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Journeys is a brand new feature in Jira Service Management that helps you streamline various processes in your organization that may cross multiple departments, such as employee onboarding or off-boarding that require action from different teams. ✨
Join the EAP →Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.