The field "Attached File Count" is not autoincremented in the resquest "Reporting Revisions Get" of the Azure DevOps Services REST API - azure-devops-rest-api

The issue is that "System.AttachedFileCount" is not incremented for 8th revision. It should be 2 and not 0.
98563-image.png
As you can see below there are indeed 2 attached files to the Work Item :
98520-image.png
And there are 8 revisions :
98478-image.png
Please, how can we fix this ? Maybe the tracking of System.AttachedFileCount is not handle by the API because if we use the field in a query it works as u can see below :
98584-image.png

Based on my test, I could reproduce this issue in my side.
It seems that this API cannot read the value of the attachment files.
As far as I know, there should be some issues with this Rest API.
I suggest that you could submit a feedback ticket on Developer Community.
After our engineers confirm this issue, they will report it to the Product Group and conduct further investigation.

Related

Microsoft Graph API Road Map

I can't seem to find anything more than the changelog, does anyone know if there's a roadmap for planned functionality?
Notably, we're looking to have our employees enroll in MFA through a custom app calling the Graph API and add their mobile number, other email, and authenticator. I found a confirmation that this would be available from here but there hasn't been any update for nearly two years.
Thanks in advance!
There is no roadmap for Microsoft Graph currently. We announce new features into preview throughout the year with two major moments at Build and Ignite conferences. You can keep up with those announcements at https://developer.microsoft.com/en-us/graph/blogs/.
We do have a Microsoft Graph UserVoice https://microsoftgraph.uservoice.com/ where you can request and see others requests. Our PMs will actually change the status of features that are in development. This will give you a subset of the things we're working on that relate to public requests.
As you mention , our Change log will be the way to track new things on the API https://learn.microsoft.com/en-us/graph/changelog.
We also have a monthly Community Call online that we announce things that is the first tuesday of every month. https://developer.microsoft.com/en-us/graph/events . Existing events are blogged about and also available here https://developer.microsoft.com/en-us/graph/gallery/?filterBy=Podcasts,Videos

Possible Bug with Get Team Method of Microsoft Teams Group

I think this is a bug, but looking for feedback from Microsoft Teams people. Using the new REST API to get the Team for a Group.
What I find is that if I have only the Groups.Read.All permission, it fails with an "Unauthorized" error. However, if I change my permissions to Groups.ReadWrite.All then it works.
I'm just doing a GET, so I don't understand why I need to have the Write permission. We're always trying to do things with Least Privileged Access so would like to avoid it. Is it possible that this is just a bug in the preview, or should we expect this requirement to continue?
Yes, it's a bug. It should work exactly as you expect.
We have filed a bug and will fix it shortly. No ETA yet.
Thanks for reporting it!

TFS custom bug entry page for non technical users?

To help my company better adopt using TFS i'd like to see if a custom web page could be made so the end user has no idea they're entering a bug into TFS. They find the TFS2012 web based GUI confusing. They are business users and able to write out a problem in a web app, the reproduction steps and expected result but they always forget to set certain fields which makes their entries not show up in my query.
I figured creating a custom web page that inserts the bug into TFS would help. Anyone know if this is possible?
You need to develop a web page which uses TFS API to create a bug. Please see below link which has sample code to create bugs using API.
http://social.technet.microsoft.com/wiki/contents/articles/3280.tfs-2010-api-create-workitems-bugs.aspx

Facebook Graph API changed results from /posts today?

I have an iOS app that has been fetching the user's Facebook status updates and location checkins using "/me/posts" for several months. After today's "breaking changes" update, "/me/posts" only returns recent "Like"s. It looks like "/me/statuses" and "/me/checkins" are the new proper places to check for these things. I guess that makes sense, but I saw no documentation anywhere describing these changes or saying that they would happen today. The original documentation about what is specifically returned from the graph API also seems pretty slim.
So my questions are: is this an official change to the API? Where was it specified? Where should I look so I can stay on top of these things and not have my app break for hundreds of users?
Perhaps more importantly: are "/me/statuses" and "/me/checkins" the new proper ways to get this information? Or is there something else?
Always good to keep a (sharp) eye on the Developer Roadmap. These types of changes happen often, but FB usually does a good job of calling them out ahead of time. You've answered your own question as far as whether or not it's an "official" change - you're seeing it in the wild - insofar as how Facebook works, it's official.
Try using the Graph API Explorer. It could be an access token issue.
FYI: I see a similar issue with my application, and I am able retrieve the posts only when I use the Graph API Explorer and the token I get from there.
Update: I found where some of the problems lived. In the app profile in Facebook, pick "Edit Settings" and then go to "Advanced" where you'll see a section called "Migrations". This is mostly switches to show compatibility for various "breaking changes" updates, but it also includes an option for "Include Checkins with Statuses".
Now I know where to look, things are making a bit more sense.

GetAllCampaignTargets not returning any targets [JAVA - Sandbox V201109]

I am facing this issue when migrating the Google API from V201101, V13 to V201109
I am trying to get all the targets using GetAllCampaignTargets
provided in the link.
For the campaign i added, i am seeing targets in "Google Sandbox
Viewer" but in output object of GetAllCampaignTargets i am seeing
totalNumEntries value as 6 but in actual entries object only 1 is
available with null targets.
Could you please help me to sort out the issue.
Thank you
Balaji
The official forum of AdWords API is http://groups.google.com/group/adwords-api. I recommend that you ask the question there, since the official developer of the PHP library regularly answers questions on the forum. Also, turn on the SOAP logging (the settings are in src/Google/Api/Ads/AdWords/settings.ini), and POST a sanitized SOAP request and response xml for the failing request. Someone will answer your question in a day or two. Make sure you sanitize the xml before posting, do not provide email, password, authToken, developerToken, etc.
Cheers, Anash

Resources