HI I have Weird Scenario, i have A functionality that whenever i will remove a value from Story same value will remove from Epic from one Custom Field. That is happening, but problem is the value that has been removed is showing in View Screen but not present in Edit screen. This is Weird Case. Can anyone help me on this?
Regards
Manas
It is not very clear what you have set up or how, but looking at "not present in edit screen while showing in view" alone, there are two widely used way to do this
The functionality is working as expected, i wrote one listener where if i remove a value from Story Custom Field it should delete or remove the same value from Epic Issue custom Field.
I am not able to see the value in Edit screen that is correct only , because the value wont be present there, but its showing in View screen, i dont know why?
it should not show that , but still its showing.
I dont understand why?
Like we have Cache functionality in Java, Hibernate, is the same functionality is available here in jira? Is Jira storing Temporary Value?
Regards
Manas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the slow response.
It sounds to me like your listener is not indexing the issue, so the new value only shows up in places where the database is read directly.
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.