Using custom fields in "Jira Comment Hint" plugin in GitExtensions

Zeev Roytman June 18, 2019

Hi,

I'm using a plugin Jira Comment Hint in GitExtensions in order to get my Jira issues queried automatically for commit message. The plugin makes me able to format the message using the predefined placeholders based on the built-in Jira fields.

In addition, there is a placeholder named CustomFields in order to query Jira custom fields.

Using the built-in Jira fields is very simple, like {Key} or {Summary}.

JiraPredefinedFields.jpg

Clicking on Preview button shows the message:

JiraPredefinedPreview.jpg

When i choose {CustomFields}, the plugin returns me the message that this is a collection.

JiraCustomFields.jpg

Clicking on Preview button shows the message:

JiraCustomPreview.jpg

I cannot find the way to display specific field from this collection, like for example "Application" (or by its custom field id).

Tried several ways like {CustomFields["Application"]}, {CustomFields("Application")}. {CustomFields.Application}, etc... getting error messages.

Has anyone tried to use this?

Thanks!

1 answer

0 votes
Zeev Roytman June 24, 2019

Any updates, dear community?

Suggest an answer

Log in or Sign up to answer