How can I manage SLA in JIRA OnDemand?

Paulo Gonçalves May 6, 2012

In my proof of concept I use a standalone version of JIRA+VertygoSLA. But now my companie wants to use JIRA OnDemand and this plugin is not available.

Is there another way to manage SLA on JIRA OnDemand?

Thanks!

3 answers

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 24, 2012

Tough, the closest possible way is to do the following:

  • Use REST interfaces of OnDemand to query for issues (JQL) which have crossed SLA (or about to cross SLA based on your use case)
  • If you want to avoid JQL, create and save a filter which has the conditions for the SLA
  • Use REST interfaces itself to transition or comment on the issues (or take any appropriate action)

If running and external system is not feasible a semi manual way is to create the above filter and create subscriptions for those filters (daily) and someone needs to action upon those issue manually.

Erik's solution looks very interesting.

0 votes
Erik Westra December 19, 2012

We are now using Sladiator and developed an application that acts as a proxy: http://jira-to-sladiator.rhinofly.net/

Erik Westra April 24, 2014

We have taken the application offline, we are now using Jira Service Desk. The source code can be found here: https://github.com/Rhinofly/JiraToSladiator

0 votes
Erik Westra December 3, 2012

I am wondering the same thing

Suggest an answer

Log in or Sign up to answer