Hello!
I have a one question about jira history fields.
I wanna blind history field's specific column.
how can i get some information about this issue?
Hi!
Do you need to delete recods into change history for some fields?
Yes! I want to something that the specific field is not visible in history field. (for the users had specific permission)
In generally, some fields are appear with the history field(that is included with real value)
But we want to other people don't see the specific field's value in history field. (I want to hide this field's real value)
For resolve this issue, Can I do other making scripts or factitious doing for this issue?
Thanks for your reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that there no API for this.
This a class to work with change history: https://docs.atlassian.com/software/jira/docs/api/7.0.9/com/atlassian/jira/issue/changehistory/ChangeHistoryManager.html
The only option:
store all chages first into List
delete all requared values from List
delete all chages into issue
create all changes again from List.
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.