Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using custom fields (NString) in "Jira Comment Hint" plugin in GitExtensions #13

Closed
zroytman opened this issue Jun 25, 2019 · 2 comments

Comments

@zroytman
Copy link

Hi, i'm using GitExtensions 3.1.1 and have a placeholder {CustomFields} in the Jira Hint Comment plugin definition. Using this placeholder as is returns me the message that this is a collection. How can i specify the custom field from this collection? The required custom field is "Application". Tried several ways like {CustomFields["Application"]}, {CustomFields("Application")}. {CustomFields.Application}, etc... getting error messages.
According to the following link the CustomFIelds is the NString which can only get fields and properties from top level object.

gitextensions/gitextensions#6154 (comment)

Please help to solve the issue.
Thanks.

@thomaslevesque
Copy link
Owner

Hi @zroytman,
This isn't supported right now. It could probably be done, but it's a significant amount of work. I'll create a backlog issue for this, but I can't commit to a release date... I'll gladly accept contributions, though.

@thomaslevesque
Copy link
Owner

Closing this issue in favor of #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants