Skip to content

Jira Epic as an issue type in Issue Filter #38

Answered by nbrown02
MaximumTrainer asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,

If you go into Power Query and you check the source, you will see for each table it specifies a 'hierarchylevel' -

Jira's documentation explains how "By default, Jira is set up with 3 levels of issue type hierarchy: Epic (level 1), Story (level 0) and Sub-Task (level -1)"

You would need to change the source for every table to account for multiple hierarchy levels.

So, for example, if you wanted to include Epics, in addition to Stories, you would need to change from this:
AND%20hierarchyLevel%20%3D%200%20

To:
AND%20hierarchyLevel%20%21%3D%20-1%20

You MUST also ensure you change this for any StartAt functions too :)

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@MaximumTrainer
Comment options

@Karloyski
Comment options

@nbrown02
Comment options

Answer selected by nbrown02
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants