Creating scrum/Kanban boards taking time using jql filters.

Lakshmi S December 10, 2022

Hi Team,

  We migrated few jira projects from other jira server instance to our instance.  We are trying to create the jira agile boards using JQL filter and its taking too long time. Its running almost 2 hours and creating. Is it normal behavior ? Could you please suggest us on this ?

 

image_2022-12-10_105700242.png

1 answer

1 accepted

3 votes
Answer accepted
Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 10, 2022

@Lakshmi S - hi Lakshmi! Can you please share what the JQL is in the saved filter "???? - Meteor - Scrumban"?

Lakshmi S December 10, 2022

Hi @Dave Liao ,

 Thanks much for your quick response! 

The query  is ,

project = "IT - Meteor" AND (labels is EMPTY OR labels not in (Maintenance, AmeliorationContinue, continuous)) AND type not in ("Service Request", "Access", Odyssey) AND issuetype not in subTaskIssueTypes() AND status != "Future Development" ORDER BY Rank ASC

Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 10, 2022

Wow, that looks... complicated. 🙃

Are you able to create a board with simpler JQL - like "project = "IT - Meteor", and see if that works? If so, then modify the board's filter JQL after board creation.

Lakshmi S December 10, 2022

Let me try with creating simple jql. Thanks @Dave Liao .

Lakshmi S December 10, 2022

Its working @Dave Liao . Thank you Again!

Like Dave Liao likes this
Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 10, 2022

Wonderful, glad that workaround worked!

Suggest an answer

Log in or Sign up to answer