Replies: 10 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
we have a usecase where we wanted to collect issue details of all jira projects across org. each project have their own boards with their own configuration (column management - which hides some of the tickets). for us to collect all issue details from all projects, we have to create another jira board for each project just for this usecase. @klesh i think it's better to ask users to give a jql instead of board. any thoughts? |
Beta Was this translation helpful? Give feedback.
-
or we can give both if board is needed for some metrics |
Beta Was this translation helpful? Give feedback.
-
@gsaivenkateshzs In that case, you may create a board to include all those issues. |
Beta Was this translation helpful? Give feedback.
-
yeah i am doing that as workaround. but it won't work as long time solution as there might be new issue status types and we need to map those statuses to the board. i feel it's better to ask JQL or Jira filter as alternative to board. i don't see any benefit of using boards instead of jql other than some board related metrics |
Beta Was this translation helpful? Give feedback.
-
jql or jira filter makes things very simple |
Beta Was this translation helpful? Give feedback.
-
if you resonate with me, maybe i can contribute to this (can't guarantee though , need to check with my employer). |
Beta Was this translation helpful? Give feedback.
-
I thought boards are essentially jql or jira filter, we may define a board with a jira filter to include all issues from all projects, and then collect from it, and we may keep doing so without changing the board definition. This was what I had in mind. |
Beta Was this translation helpful? Give feedback.
-
yeah you are correct. but there is one issue with the boards, there is something called as column management where you need to map statuses to columns. if there are new status types, we need to map them to columns. otherwise the issues with those status types will not shown in the board. |
Beta Was this translation helpful? Give feedback.
-
@klesh Here the problem comes, since there is manual configuration required for mapping status to column. some teams may not configure them properly (especially when they introduce more statuses to their team’s working process). May i know reason why boards are selected for this usecase of getting issues other than some board related metrics? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My question is the headline. I am confused why boards were chosen instead of projects.
Boards are defined by filters on issues, hence they are only views on a subset of all jira issues. If a jira issue is not selected by any board, DevLake won't be able to ingest it.
To me it would make more sense to define the data scope for jira based on jira projects.
Beta Was this translation helpful? Give feedback.
All reactions