Skip to content
Jose Maria Valera Reales edited this page Apr 13, 2020 · 17 revisions

Welcome to the JiraStatusNotifier wiki!

Motivation of this library

Wouldn't you like to know how long do your Jira tickets remain in some specific status? Well, the JiraApi tells you that, and therefore, we'll like to go one step further. You can define some threshold that will delimit the "max allow days" for a ticket to belong in a specific status. For example, in "TODO" it should be maxed 4 days, in "PROGRESS" max 3 days, and so on. If a ticket gets stuck and doesn't move along, so it remains in "TODO" for more than 4 days, or in "PROGRESS" more than 3 days, then a notification (via slack or email, for example) will be triggered.

That's the whole idea. To get informed about tickets that might be stuck or should require more attention (according to your fully customized threshold).

Examples

You can find all possible channel usage examples in the examples directory inside the project.

Clone this wiki locally