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

Substring from REST Results #8

Open
AdamCaviness opened this issue Apr 3, 2020 · 0 comments
Open

Substring from REST Results #8

AdamCaviness opened this issue Apr 3, 2020 · 0 comments

Comments

@AdamCaviness
Copy link

I'm using your control to query our git repository Tags. Unfortunately, Azure DevOps REST api offers no support for getting all the tags with clean names. Since they have to be queried via refs they all have a prefix of 'refs/tags/' (ex: 'refs/tags/20.2.2.11115'). I want to get the substring containing our VersionNumber only (20.2.2.11115).

  • I've looked into using alternate DevOps REST api queries, nothing bug refs returns our tags.
  • I've looked into using JsonPath to extract a substring it but I can find nothing that works.

Is there any undocumented support for substring, replace, etc that I could try? Thank you!

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

1 participant