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
How can I transfer the Work Item Id with the response?
I can transfer fields, what works fine but Id will not included this in: Fields of the work item you want to collect (comma separated)
id,System.Title,System.Description
The text was updated successfully, but these errors were encountered:
Gosh it has been a while since I used Azure DevOps, does System.ID work?
System.ID
Sorry, something went wrong.
It says here: Reference name=System.Id, Data type=Integer in the Microsoft documentation https://learn.microsoft.com/en-us/azure/devops/boards/queries/titles-ids-descriptions?view=azure-devops#fields
Reference name=System.Id, Data type=Integer
Thanks, will check that :)
No branches or pull requests
How can I transfer the Work Item Id with the response?
I can transfer fields, what works fine but Id will not included this in: Fields of the work item you want to collect (comma separated)
id,System.Title,System.Description
The text was updated successfully, but these errors were encountered: