gsingers / slack-jira-plugin

A Slack plugin that watches channels for messages about JIRA and acts accordingly
MIT License
252 stars 85 forks source link

Add ability to configure which issue fields are shown #11

Closed pstoll closed 8 years ago

pstoll commented 8 years ago

I wanted to be able to configure which fields get shown. I added a config option to select among several issue fields to show.

you can configure which fields are displayed in the config setting via the issueDetailsToShow hash, e.g.:

 issueDetailsToShow: {'fields.summary':1 , 'fields.assignee' : 1, 'fields.description': 0},

Here's a screenshot of the format I settled on:

screen shot 2015-10-07 at 10 54 19 am
pstoll commented 8 years ago

@gsingers - Hi Grant - any interest in this? I think this is generally useful functionality. And also I can stop using my fork ;) Thx, Perry

rafistrauss commented 8 years ago

+1

gsingers commented 8 years ago

Thanks @pstoll