I'm using filter that uses a custom field in the JQL:
project = IRW and cf[10400] = "Integration Platform" and status != closed ORDER BY Rank ASC
Some of the issues are mis-categorized so I've been manually fixing them by editing the issue and changing the custom field to be correct.
Unfortunately, this isn't working for sub-tasks... my custom field IS NOT on the sub-tasks, but sub-tasks are showing up in my filter (because the parent has the custom field?)
When I edit the parent and correct the custom field value, the parent issue falls off my filter, but the sub-tasks are still on my filter.
What is going on? How do I get these sub-tasks off of my filter? I've tried opening them up to edit them, but the custom-field is not on the sub-task... so I'm not sure what to do.
Thank you!
--
Nathan
You know what? I think the problem is NOT that the sub-task is inheriting the field value from the parent, I think that the sub-task USED TO HAVE the custom field on it, but we later removed it.
Now those sub-tasks probably have that field value in the database, but none of the other sub-tasks do...
Yep, I just checked the database... it has that old value in there. I think that is the problem.
Hi there,
Try using this instead,
project = Integrations_RBAWs_WebServices AND issuetype != Sub-task AND cf[10400]="Integration Platform / APIs" and status != closed ORDER BY Rank ASC
Hope thie helps :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you want to have some subtasks in there? If not, how about filtering on specific issue types to exclude these subtasks?! I think, you can get around this problem with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, what custom field is this? Have you tried a re-index?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The custom field is called "Category" and it is a cascading select ("Category" is the parent, "Subcategory" is the child in the cascading select).
A re-index did not fix the problem.
Here's a picture:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.