Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating scrum/Kanban boards taking time using jql filters.

Lakshmi CH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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 Champion
December 10, 2022

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

Lakshmi CH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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 Champion
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 CH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 10, 2022

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

Lakshmi CH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 10, 2022

Its working @Dave Liao . Thank you Again!

Like Dave Liao likes this
Dave Liao
Community Champion
December 10, 2022

Wonderful, glad that workaround worked!

Suggest an answer

Log in or Sign up to answer