get issue fields value how are Invisible
Hi,
i use the youtracksharp lib to retrieve some issues over rest api.
This will work finde but in case of i set the visiblity of the field to "invisible" (in Administration panel, checkbox: "The field is shown in the issue list" are unchecked! => i did not retrieve this value over rest?
Martin
i use the youtracksharp lib to retrieve some issues over rest api.
This will work finde but in case of i set the visiblity of the field to "invisible" (in Administration panel, checkbox: "The field is shown in the issue list" are unchecked! => i did not retrieve this value over rest?
Martin
Please sign in to leave a comment.
it looks that a custom field with type "integer" not be requestet able by rest api.
When i changed replace my integer field with an string field i will retrieve my values!
see: http://youtrack.jetbrains.com/issue/JT-16300