Skip to content

Releases: bitovi/jira-timeline-report

Grouping Children

24 Sep 17:04
b3ab09f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

Global Filtering, Grouping, Show Children, New Example Data

23 Sep 02:37
3f5a23a
Compare
Choose a tag to compare

Global Filtering

A new "Statuses to Exclude" filter has been added. This excludes the specified statuses across all issue types.

image

The other "[TYPE] Statuses to Ingore" option only ignores this status on the reported issue types.

Use "Statuses to Exclude" to ignore statuses like canceled that should always be ignored.

Use "[TYPE] Statuses to Ignore" to ignore statuses like done that you might not want to show up in the report.

Grouping

There's an ability to group the report by "Parent" or "Team / Project".

Show Children

The context menu has a link to show the children of the selected issue.

image

New Example Data

Updated the report to use new example data

Updated OIDC redirect build

19 Sep 19:34
b34da18
Compare
Choose a tag to compare

This updates the OIDC redirect build to include everything it needs. This should result in slightly faster redirects.

[IGNORE] Testing Release Workflows!

17 Sep 20:31
d5da224
Compare
Choose a tag to compare

[IGNORE] Testing Release Workflows!

17 Sep 19:56
03eced7
Compare
Choose a tag to compare
Merge pull request #108 from bitovi/test/release-workflows

Add metadata

Warning Labels

06 Sep 02:29
37260b0
Compare
Choose a tag to compare

Warning Labels

This adds a warning label shown below:

image

Add a WARNING label to any child issue of what you are reporting on and the parent of the issue will show up in an orange color.

image

Children JQL Filters

29 Aug 03:20
0a36da1
Compare
Choose a tag to compare

Children JQL Filters

This adds the ability to specify an optional JQL filter when loading the children of the primary JQL query.

Cursor_and_Jira_Timeline_Report

This can be used to only load specific items under the primary filter. This might be desirable for loading performance and only reporting the "correct" issues.

For example, perhaps you only want to load initiatives and epics that are not canceled. You can do this as follows:

type (Initiative, Epic) and status != canceled

Release Filtering

The only releases that will be used are the releases of the secondary issue type.

Due-dates only view doesn't show issues without rolled up due dates

27 Aug 19:42
63618c3
Compare
Choose a tag to compare

There was a bug where issues without due dates would still be put on the due-dates-only view. Nothing will now be shown for those issues.

Epic Reporting

20 Dec 02:29
9ab4e6e
Compare
Choose a tag to compare

Epic Reporting Support

The timeline report can report on epics instead of initiatives.

image

Error Handling, Log out, Timing Docs, Hide Unknown Initiatives

25 Oct 03:30
b488105
Compare
Choose a tag to compare

Features

Error Handling

When the Jira service returns an error, we show the error.

image

Log Out

A button to log out the user. This can be used to clear the cookie and re-sign in.

image

Hide Initiatives with Unknown Timing

Added a configuration button to hide initiatives. This is unchecked by default. When unchecked, this helps spot problems with date settings being incorrect.

image

Timing Docs

Added some docs about how timing is calculated.

image

Bug Fixes

JQL changes

Previously, when changing the JQL, the app would not refresh data. This bug is now fixed.

image