Created
March 15, 2019 07:49
-
-
Save pallavtrivedi03/cf986f3940fd0b9faf530d62d15338c6 to your computer and use it in GitHub Desktop.
Query options for SlackAppDemo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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