|
Currently in JIRA, it is not possible to edit JIRA work log entries after they have been made. Until this oversight is fixed see JRA-2411, you can use the following workaround. JIRA 3.3.1 and above
JIRA 3.3 and earlier:
|
Editing the work log
|
Currently in JIRA, it is not possible to edit JIRA work log entries after they have been made. Until this oversight is fixed see JRA-2411, you can use the following workaround. JIRA 3.3.1 and above
JIRA 3.3 and earlier:
|
Comments (2)
Nov 08, 2006
Jeff Guthrie says:
This is great if your are an admin but what about a regular user that makes a mi...This is great if your are an admin but what about a regular user that makes a mistake while entering in their time? How can they fix it?
Nov 10, 2006
Jeff Turner says:
They can't. If you trust users you can move the editworklog.jsp file out of /sec...They can't. If you trust users you can move the editworklog.jsp file out of /secure/admin to /secure, where anyone will be able to run it. You could also wrap the contents in a <webwork:if> tag, to limit it to a certain group (eg. a worklog-editors group).