atlassian-labs / atlassian-slack-integration-server

Slack plugins for Jira, Confluence and Bitbucket Server
Apache License 2.0
31 stars 27 forks source link

notifications for newly created issues don't include description #29

Open gjiva opened 4 years ago

gjiva commented 4 years ago

In JiraIssueEventRenderer#renderStandardNotification, the visitCreated() method doesn't include the issue description in either the Slack chat text, or the attachment.

Ideally, this would function like visitCommented() does, in that the description would be part of the attachment if extended verbosity is on, and part of the text if not.

But in any case, getting a Slack notification for a new issue is currently often unhelpful, because most of the issue context tends to be in the description, not the summary/title. Also note that the Jira Cloud Slack plugin does include the description, so there should be parity between the two.

mvlasovatl commented 4 years ago

Thanks for an idea! Current design of the issue notifications was intentionally designed to be different from the Cloud version to reduce verbosity. We are happy to accept PRs for this change though by adding a new verbosity level - Verbose (for instance).