We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it still possible to rebuild Graphviz for youtrack? I'd gladly try the needed changes myself if I could figure out how to build.
Graphviz for YouTrack doesn't work anymore, because Users API has changed:
The following request needs to go to HUB now (according to this docs page):
project-planning-ui-for-you-track/src/main/components/you-track-metadata/you-track-metadata-ctrl.ts
Line 84 in 9defa29
And the parameters it takes have also changed:
This query:
Lines 138 to 143 in 9defa29
Needs to set fields:
fields: 'avatar,id,name',
The returned avatar is now an avatar object (docs) that has a .url property.
avatar
.url
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it still possible to rebuild Graphviz for youtrack? I'd gladly try the needed changes myself if I could figure out how to build.
Graphviz for YouTrack doesn't work anymore, because Users API has changed:
The following request needs to go to HUB now (according to this docs page):
project-planning-ui-for-you-track/src/main/components/you-track-metadata/you-track-metadata-ctrl.ts
Line 84 in 9defa29
And the parameters it takes have also changed:
This query:
project-planning-ui-for-you-track/src/main/components/you-track-metadata/you-track-metadata-ctrl.ts
Lines 138 to 143 in 9defa29
Needs to set fields:
The returned
avatar
is now an avatar object (docs) that has a.url
property.The text was updated successfully, but these errors were encountered: