Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

borderColorblack
bgColorlightgrey
Excerpt

Insert grid changes as comments to the issue

Screenshots

Image Removed

 

 

Image Removed

...

Excerpt

Insert grid changes as comments to the issue


Class

grid

Property

gd.insertChangeComments

Formal specification

gd.insertChangeComments = true | false | nomail

Required

no

Default

false

Version

1.15

Comment

  • When insertChangeComments is enabled, grid change history is added as comments to the issue.
  • gd.insertChangeComments = true will add the comment to the issue, and trigger an issue comment event
    When configured as such, an issue comment event will generate an email.
  • gd.insertChangeComments = nomail will add the comment, but not trigger an issue comment event. So no email will be sent
  • gd.insertChangeComments = false is the default behavior, and adds 'Grid has been changed' in the change history
  • Comment field renderer must be set to wiki renderer:
    Navigate to your project - fields - field configuration - locate comment field - edit - change renderer from default to wiki.
    More details: https://confluence.atlassian.com/adminjiraserver071/configuring-renderers-802592570.html

Example


Code Block
gd.insertChangeComments = nomail



Reference


Screenshots


Image Added