After combining two 'company managed' project boards via board filter settings, the '+' create option becomes unavailable in the 'active sprint' view.
Somehow the combination of filters for example:
was: project = xyz ORDER BY Rank ASC -> no issue
new: project = xyz or (project = abc and issuetype = epic) ORDER BY Rank ASC ->
'+' create option gone
I compared the 'configure board' settings, I found no differences. Both boards are company-managed projects. The same columns are configured. Only the workflows are a bit different.
How can I solve this problem?
Hi @Wout
Welcome to the community!
This typically happens due to differences in workflows or configurations between the projects.
Verify Board Filter Settings: Ensure that your JQL filter is correctly set up. Example of a combined filter:
project = xyz OR (project = abc AND issuetype = Epic) ORDER BY Rank ASC
Check Workflow Differences: Compare and align workflow statuses if possible. Different workflows can cause inconsistencies that affect board functionalities.
Review Board Configuration: Ensure all statuses from both workflows are mapped correctly to columns on your board.
Adjust Permissions: Ensure you have the necessary permissions to create issues.
Test with Simplified Filters: Temporarily simplify your JQL filter to isolate potential issues.
project = xyz ORDER BY Rank ASC
If this works, gradually add conditions back until you identify what causes the problem.
Regards,
Sushant Verma
Hi @Sushant Verma Thanks for your suggestions, I will focus on point 2 and 3 and test the result.
Kind Regards,
Wout.
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.