Control when users can log work against an issue

Mike Reynolds June 19, 2012

We use Jira 5.0.2 with Greenhopper, and I am trying to adjust our workflow to prevent users from logging work against an issue that has not been moved to In Progress. I tried adding a property to the Open step that would deny the ability to log work:

jira.permission.work=denied

I also tried this variation, based on an articale I found at j-tricks.com:

jira.permission.work.denied=denied

Unfortunately, neither seemed to work. Am I going about this the right way?

1 answer

1 accepted

2 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
June 19, 2012

I don't know if there are any changes in JIRA5. Can you also try this?

jira.permission.work.user=someuser

and see if anyone else have access. You can give some invalid user if the comments are true :)

Mike Reynolds June 19, 2012

Thanks, that seemed to do the trick.

Murat BALKAS June 23, 2015

special thanks from me, helped me a lot. Murat

Suggest an answer

Log in or Sign up to answer