ndaversa / hubot-jira-bot

Lets you search for JIRA tickets, open them, transition them thru different states, comment on them, rank them up or down, start or stop watching them or change who is assigned to a ticket. Also, notifications for assignments, mentions and watched tickets.
https://www.npmjs.com/package/hubot-jira-bot
MIT License
61 stars 43 forks source link

enabling buttons in slack question #38

Closed yohayg closed 7 years ago

yohayg commented 7 years ago

Hi @ndaversa and all,

Thanks a lot for the plugin. It works fine.

I have a question regarding enabling the buttons. The buttons appear after I create a bug. But when one is clicked I get an error in the channel: "Darn – that didn’t work. Only Slack Apps can add interactive elements to messages"

Is there a guide how to enable these buttons?

Thanks,

Yohay

ndaversa commented 7 years ago

@yohayg Thanks. You will need to make a Slack App: https://api.slack.com/apps?new_app=1

this will allow you to use the buttons, you will need to setup a server to handle the callbacks, but its all documented on slacks end