You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more question,
We have field called End time in Epic, so is it possible to restrict updating the log time when this end time is already crossed. ie., if end time is over users should not log their time in Epic and any of its task.
Can we achive this through any script runner script?
please help here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can remove the permission to log work when an issue is in a particular status in the workflow. It's done with workflow properties which you put on a status and do things like "permission: log work - denied"
This only applies to the current issue though. You can't do "stop logging work on all issues in an Epic" directly, the closest you can get is to script something that would push all the issues in an Epic to a status with that workflow property set. (This probably isn't a good idea though, you shouldn't really have an Epic close stop all work on the issues automatically, it should really be the other way around - when the last issue in it closes, then it becomes ok to say the Epic is done)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Forget about the status,
I need to know whether we can stop editing the log work to any task once the End time(Custom field) in parent Epic issuetype is over.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only way to change the permissions on an issue is by status, you can't do it based on field content.
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.