Hi,
We need to track billable hours, and once sprint is complete we dont want anyone to update hours spent on a ticket.
Is there a way to lock Tempo time logging once sprint is complete.
Thanks
Neetu
Hi @Neetu Verma ,
when a sprint is closed, all the related ticket should be in a specific status (closed!). You can add a workflow property at workflow level related to Close status.
Here the property that should be entered :
propertyname : jira.permission.work --> propertyvalue: false
Hope this helps,
Fabio
Thanks for responding. Is this property at transition step?
we release to prod every month and our tickets don't get closed till we get code deployed to prod i.e. a week after sprint is closed.
There is risk that someone can update hours on ticket by mistake and because these are billable hours we really need to track them closely.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome. It is a property at status/step level. If you have a specific status for code waiting for deploy you can add this property also to that status too.
Ciao,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, When I review Json for my ticket this is what I see
"worklog": {
"startAt": 0,
"maxResults": 20,
"total": 4,
"worklogs"
Question: Should my property key be
propertyname : jira.permission.worklog?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please try one of this :
jira.permission.work.denied = denied
jira.permission.work.denied = empty (no value)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, thank you so much it did work. I was just attempting to add hours and didnt try hitting "Log"
Once I clicked Log it gave me error that "No permission"
Thank you so much, I appreciate.
Can I apply this lock to any custom field also? We have two fields Original estimate and Revised estimate. I would like to lock Original Estimate once we are in development phase.
so my status would be "In Development" but what would be my property name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unfortunately you can't do that for a specific custom field.
ciao,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.