Hello Team,
If anybody knows how to find how many projects are interconnected. For example, If an agile board is pulling tickets from 5 projects.
If any database query or any another solution
Jira does not store a reference to projects for boards in the database. It has a reference to filter ID and the referenced search requests contain JQL query as plain text. You can check the database if you can build queries based on this.
You can consider using some reporting tool for analyzing data quality along with some KPI. eazyBI imports data and will create cross-references between any fields in Jira via activities in issues.
If the issue from a specific project was included in any sprint at any time we will import this information and you will be able to create a report using Sprint and Project dimensions and see Board - Project relationships via issue activities in sprints.
Daina / support@eazybi.com
I would very strongly recommend that you stop looking at the database. It is the single worst possible way to do any reporting on Jira.
Just to give you an idea of why, let's break down what you will need to think through:
>If anybody knows how to find how many projects are interconnected
This is not stored in the database, there is no project relationship. You have to infer one from data based on a rule
>If an agile board is pulling tickets from 5 projects.
Ok, that's one rule, let's explore what you will need to do:
Please, use the REST API, or even just look at Jira itself. (And question of what use this question actually is outside the context of a user)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.