Azure Boards
9 Topicsazure board what is the max page size limit for get project level iteration api
i am using classificationnodes iteration api what if the number of project level iterations exceeds this limit how can we retrieve the next set of iterations using pagination? can we use filter as search iterations by name ? can we user top and skip for this api? please explain the use of parameter and any example if possible.53Views0likes4CommentsHow to fetch the user in azure devOps using API
I am using the azure board API. I want to know is there any API to fetch the user which is associated with the PAT token provided. Basically, want to verify if a valid user exists for associated PAT or if the PAT is valid or not.83Views0likes2Commentsazure board How get the work item parent work item id
I am using work item details api _apis/wit/workItems/{workItemId}?api-version=7.1 my requirement is to get the parent id of the work item as per my investigation it says we have to check the relation [] but in response no suck kind of field. i have verified that link is correctly set through UI and showing properlySolved111Views0likes2CommentsCan we integrate azure board in java application for retrieving projects, work items operations
I want to integrate the azure board in my spring boot java application to fetch the projects, iterations,work items. does azure provide the sdk for it so i can use that jar and integrate this kind of operation in my application. does azure sdk has dedicated methods for azure board data like project,iterations , work items47Views0likes4Comments[ADO] Work Items custom states
Hello. Wer shifting to ADO as a project management tool (not for software development and delivery, not directly). I'm creating our own custome process (inheriting from Agile) and was wondering if there is any way for us (my team) to have custom workflow states to be created by default instead of havig to do it manually for each work item type we create. This is what we would like to have and has we have some several WI types to create would make our lives easier and possibly future proof it in case we need to make changes (add or edit - through delete+add - more WI). Thank you.168Views0likes0CommentsMigrating content/boards in JIRA Kanban boards to Azure DevOps Boards
How to migrate all the Kanban boards in JIRA instance of a project to Azure DevOps boards. the problem is there are hundreds of boards in JIRA and manually doing the task takes long hours, is there a way to automate the process.465Views0likes0CommentsAzure Boards Approval on Work Item/ Tasks
Hi Azure DevOps Community, We are currently implementing Azure Boards as our project management tool, but one major requirement in our project is to integrate task approval in the work item by management / team leads. Our current process is to seek manual email approval and attach it to the work item. Is there any way to implement this feature in Azure Boards? Here is our expected flow: App team creates work item -> Management leads will approve -> DevOps will do the task784Views1like0Comments