thomaslevesque / NString

A collection of utilities for working with strings in .NET.
Apache License 2.0
36 stars 13 forks source link

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

Closed zroytman closed 5 years ago

zroytman commented 5 years ago

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.

https://github.com/gitextensions/gitextensions/issues/6154#issuecomment-502978414

Please help to solve the issue. Thanks.

thomaslevesque commented 5 years ago

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 commented 5 years ago

Closing this issue in favor of https://github.com/thomaslevesque/NString/issues/14