Is there any way to notice a hipchat room when jira component is changed? I'm using this hipchat integration function. https://confluence.atlassian.com/jira/configuring-jira-with-hipchat-296093745.html Hipchat get the notification when issue created or assignee changed. But there is no menu to get the notification when jira component is changed.
e.g. I want to get the notification when component is changed to "development". component : anything → component : development
Hi,
You need to add post function that send that notification.
https://confluence.atlassian.com/adminjiraserver070/advanced-workflow-configuration-749383189.html#Advancedworkflowconfiguration-hipchatUsingapostfunctiontosendHipChatnotifications
post function is associated with transition, but component change isn't associated with transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is possibility to set up notification scheme on event. When component is added, it is fired issue updated event. https://confluence.atlassian.com/jira/creating-a-notification-scheme-185729542.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If Component/s value is changed, Issue Update event will occur, but how can we send notification
to HipChat room at that time by Notification Scheme?
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.