I am facing one weird issue and trying to get answers from you.
I have put issue security scheme for a project and issue security level are for example take 1.default and 2.secured.
I updated workflow to set issue security to secured using post functions which worked.
but notifications are sent to people who doenst come under that security because of notification scheme.
However those users wont get notified from there on. Its only happening for create event. I have checked for the order of postfunction. 1. create issue. 2. set security level. 3. re-index. 4. fire created event.
Please help me in finding out what am i missing ?
>I updated workflow to set issue security to secured using post functions which worked
I suspect this is the problem. The post-function is writing the security level to the issue after the information on who to notify has been generated from the issue. I know it seems like you have the functions in the right order, but the create process is different to other transitions, and doesn't quite work like that - the event is working off the created issue, not the data you post onto it after it's created.
yes. It would have taken from the workflow of whom all it should notify. Thanks a lot Nic. I can create a different event to configure whom i should notify for specific issue type to avoid the security breach.
By the way i assume there is no other way to configure security level or notifications scheme based on issuetypes.
PS: I love the support available for JIRA , within a day i get the answers.
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.