Dear Jira community,
we're categorizing our issues in JSM using an Insight custom field that points to an ObjectType called "Category". Besides a label these objects have a "Project" attribute called "Team" specifying the project these categories belong to.
The custom field IQL filters by:
objectType = Category
and Issue Scope:
Team = currentProject()
This works well and the applicable categories are displayed properly on the issue views.
Now we noticed that when trying to bulk change this custom field on multiple issues, no options are presented. We assume that the function currentProject() cannot be resolved in the bulk change process as it depends on an issue object.
Does anyone see a workaround for this? Is there another variable, smart value or function that is not depending on the issue object perhaps?
I would be very happy about any hint :)
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.