Skip to content

Instantly share code, notes, and snippets.

@pallavtrivedi03
Created March 15, 2019 07:49
Show Gist options
  • Save pallavtrivedi03/cf986f3940fd0b9faf530d62d15338c6 to your computer and use it in GitHub Desktop.
Save pallavtrivedi03/cf986f3940fd0b9faf530d62d15338c6 to your computer and use it in GitHub Desktop.
Query options for SlackAppDemo
const queryOptions = [{
text: 'Open Issues',
value: 'opneIssues'
}, {
text: 'Closed Issues',
value: 'closedIssues'
}, {
text: 'Milestones',
value: 'milestones'
}, {
text: 'Product Note',
value: 'note'
}, {
text: 'Crash Report',
value: 'crashReport'
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment