Remove “New Item” button/action from the proposed column in Azure DevOps
I want this button removed/disabled/not available
Remove “New Item” button/action from the proposed column in Azure DevOps
I want this button removed/disabled/not available
Remove “New Item” button/action from the proposed column in Azure DevOps
I want this button removed/disabled/not available
Azure Boards: Query filter by “Board Column” not working anymore
This query used to work fine until recently, and now, it suddenly does not return anything unless I remove the “Board Column” filter:
Azure Boards: Query filter by “Board Column” not working anymore
This query used to work fine until recently, and now, it suddenly does not return anything unless I remove the “Board Column” filter:
Is there a way to display Tasks in my Board in DevOps?
Right now I can choose to view Epics, Features and User Stories, but I want to only see Tasks without seeing the User Story, on my Board. It is an option to filter on Tasks in the Backlog, but not on the Board. Is there a way to also filter on Tasks for my Board?
enter image description here
Is there a way to display Tasks in my Board in DevOps?
Right now I can choose to view Epics, Features and User Stories, but I want to only see Tasks without seeing the User Story, on my Board. It is an option to filter on Tasks in the Backlog, but not on the Board. Is there a way to also filter on Tasks for my Board?
enter image description here
Iteration Level and Area Level are gone?
I’ve been using “Iteration Level X” and “Area Level X” fields in my queries. However, recently I found these fields are gone and I can no longer use them in query. In the backlog view it still shows these columns as I set these fields in columns before, but now in the column chooser I cannot longer add these fields to columns anymore.
this is my query below and i am getting error – ” Expecting closing quote. The error is caused by «’)n ‘».”
Query:
wiql_query = {
“query”: f”””SELECT [System.Id], [System.Title], [System.Tags]
FROM WorkItems
WHERE [System.TeamProject] = ‘{project_name}’
AND [System.Title] = ‘{str(title_item)}’
AND [System.State] NOT IN (‘Deleted’, ‘Removed’, ‘Closed’)
AND [System.BoardColumn] NOT IN (‘Recycle Bin’)
“””,
}
I want to add a new filed in my work item called story points similar to a rollup column (Sum of Story points), in azure boards, is it possible?
I want to add a new field in my work item similar to roll up column so that it automatically calculates my story points ,it should automatically calculate my story points from child work items just like how it does in backlogs ,I can see this in backlog but due to some reasons i need to add it in my work item ,I have tried adding story points in process section in organization settings but that need to be manually filled but I need a field that auto calculates just like rollup column in column options, is it possible?