I want to add a listener to JIRA , when component changed , the issue security level will be changed too. This need add a listener to listen issue updated event , but I saw Script Runner suggest to use workflow post-function, but there is no edit issue in workflow , so can I add a listener like this by using Script Runner?How? The menu in the document is not match the jira6.15, I can't find the right position. Thank you for help
Thank you for response , In script listener , I must add a listener file to a certain directory, and add its name to custom listener . Is there a way to add a listener without adding file into jira directory? And can I add the code of listener file to script console to test listener?
Hi,
Navigate menu in admin > plugins > script runner >script listener
You can add script listener here on issue updated event . There are some built-in listener also but you can also write your own listener too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Navigate menu in admin > plugins > script runner >script listener
You can add script listener here on issue updated event . There are some built-in listener also but you can also write your own listener too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for response , In script listener , I must add a listener file to a certain directory, and add its name to custom listener . Is there a way to add a listener without adding file into jira directory? And can I add the code of listener file to script console to test listener?
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.