-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi Gerd,
This is a future feature / enhancement consideration that could further enrich this great plugin.
Consider it at your leisure and don't feel obligated to add.
It would be useful to have a way of mapping Graylog field values to Jira field values.
A perfect example is:
Affects Version
We have a field in Graylog that captures the current version of the Application.
If there was a way to use this value to automatically populate Affects Version in Jira, it would cut down on manual ticket updates.
To keep this feature generic, perhaps add one more row to the settings page
Graylog-To-Jira-Mappings (just an example)
where we can enumerate a list of Graylog Field Name and Jira Field Name pairs (it is perfectly ok to use something similar to the graylog_md5 if the jira field is Custom Field, example: customfield_10501)
[LAST_MESSAGE:GraylogField1][JIRA:FIELD1], [LAST_MESSAGE:GraylogField2][JIRA:FIELD2], [LAST_MESSAGE:GraylogField3][JIRA:FIELD3] ...
Thanks