Editing Worklog entries in Jira
The worklog entry maintains a record of the amount of work spent on an issue/ task/ bug etc.
By default you cannot edit a worklog entry. This is a real problem if an incorrect or bogus entry has been made.
The workaround is to look for the file editworklog.jsp from the internet and put it in the directory ${jira_home}/secure/admin
Now you can enter this jsp's address and then enter the WorkID of the entry that you want to edit.
If a bogus entry has been made then this can be deleted by editing the database.
Delete the row in the table JIRAACTION which has an 'actiontype' of 'worklog' and the 'actionbody' field contains the text that was entered in the work log entry.
By default you cannot edit a worklog entry. This is a real problem if an incorrect or bogus entry has been made.
The workaround is to look for the file editworklog.jsp from the internet and put it in the directory ${jira_home}/secure/admin
Now you can enter this jsp's address and then enter the WorkID of the entry that you want to edit.
If a bogus entry has been made then this can be deleted by editing the database.
Delete the row in the table JIRAACTION which has an 'actiontype' of 'worklog' and the 'actionbody' field contains the text that was entered in the work log entry.

0 Comments:
Post a Comment
<< Home