Filtering workitem status and creating Date in Query
Hi All,
I am trying to define a Query with the following filters:
1) Type = "Projeto"
2) Status = "In progress"
In second condition status the control does not load the possible status. In web interface I am getting the error "Loading widget failed"
Any idea about how to solve this issue?
Thanks
Sandra
I am trying to define a Query with the following filters:
1) Type = "Projeto"
2) Status = "In progress"
In second condition status the control does not load the possible status. In web interface I am getting the error "Loading widget failed"
Any idea about how to solve this issue?
Thanks
Sandra
One answer
Although it's and old problem, this answer might be useful for someone else...
In my case, it was a problem in the definition of the workflow for a new work item type.
The attribute "name" was missing in the "workflow" tag, causing a compilation error, in the XML of the process configuration of my project area.
I mean, the error with it's description was there, but I only could see it in the process configuration source tab.
Fixing it solved my issue with the status component in the queries.
Hope this helps,
In my case, it was a problem in the definition of the workflow for a new work item type.
The attribute "name" was missing in the "workflow" tag, causing a compilation error, in the XML of the process configuration of my project area.
I mean, the error with it's description was there, but I only could see it in the process configuration source tab.
Fixing it solved my issue with the status component in the queries.
Hope this helps,
Hi All,
I am trying to define a Query with the following filters:
1) Type = "Projeto"
2) Status = "In progress"
In second condition status the control does not load the possible status. In web interface I am getting the error "Loading widget failed"
Any idea about how to solve this issue?
Thanks
Sandra