Modifying Test Script "Ready for Review" puts &quo
Upgraded RQM 3.0.1.2 integrated with itself and RRC project area. When trying to choose "Ready for Review" on a Draft Test Script the application draws a "Working..." and the Discard / Save buttons stay insensitive and nothing else
happens. I think this is peculiar to 1 project area as I was able to at least trigger the Test Script to the point of having unsaved changes.
I followed the web application transactions and the last GET ended with:
jazz/process/project-areas/_82wFgEuCEeGGx4S88-vhnw/links
Which when used in browser brings up xml with lists of project areas and various link properties.
Another point about this particular project is that if one tries to create a work item on the test script editor QM says "no inline editor for this work item type has been configured"
Any suggestions ?
Thanks.
happens. I think this is peculiar to 1 project area as I was able to at least trigger the Test Script to the point of having unsaved changes.
I followed the web application transactions and the last GET ended with:
jazz/process/project-areas/_82wFgEuCEeGGx4S88-vhnw/links
Which when used in browser brings up xml with lists of project areas and various link properties.
Another point about this particular project is that if one tries to create a work item on the test script editor QM says "no inline editor for this work item type has been configured"
Any suggestions ?
Thanks.
5 answers
Hi @yzwkzfn
Can you help here to debug the issue.
1. Install Firebug add on in Firefox. It is very small addon to install
2. Enable Firebug console
3. Run RQM in debug mode by opening RQM with this url
https://<server>:9443/qm/web/console/<projectArea>?debug=true
Essentially you need to add ?debug=true to the existing url you have
4. Now open the script
5. Click clear in Firebug console so all previous calls are removed
6. Now click on "Ready for Review"
Observer the firebug console
Copy if there is any exception message
If any call is made and it never finishes, then provide detail about that call.
Alternatively can you also verify you are able to bring up defect creation dialog in RQM.
Can you help here to debug the issue.
1. Install Firebug add on in Firefox. It is very small addon to install
2. Enable Firebug console
3. Run RQM in debug mode by opening RQM with this url
https://<server>:9443/qm/web/console/<projectArea>?debug=true
Essentially you need to add ?debug=true to the existing url you have
4. Now open the script
5. Click clear in Firebug console so all previous calls are removed
6. Now click on "Ready for Review"
Observer the firebug console
Copy if there is any exception message
If any call is made and it never finishes, then provide detail about that call.
Alternatively can you also verify you are able to bring up defect creation dialog in RQM.
Hi @yzwkzfn
Can you help here to debug the issue.
1. Install Firebug add on in Firefox. It is very small addon to install
2. Enable Firebug console
3. Run RQM in debug mode by opening RQM with this url
https://<server>:9443/qm/web/console/<projectArea>?debug=true
Essentially you need to add ?debug=true to the existing url you have
4. Now open the script
5. Click clear in Firebug console so all previous calls are removed
6. Now click on "Ready for Review"
Observer the firebug console
Copy if there is any exception message
If any call is made and it never finishes, then provide detail about that call.
Alternatively can you also verify you are able to bring up defect creation dialog in RQM.
Thanks, I will try this. I will do the defect test first. Just yesterday I found that on one project (CCM) the Change Record Type Binding was messed
up and a work item could not be opened from QM side.
Well, the last GET still is that /links one. The message :
No provider configured for task tracking, please consult your administrator for more details!
Comes when I try to add a Requirement work item (could be need set up for RM)
Thanks, I will try this. I will do the defect test first. Just yesterday I found that on one project (CCM) the Change Record Type Binding was messed
up and a work item could not be opened from QM side.
No provider configured for task tracking, please consult your administrator for more details!
Comes when I try to add a Requirement work item (could be need set up for RM)
Hi @yzwkzfn
Can you help here to debug the issue.
1. Install Firebug add on in Firefox. It is very small addon to install
2. Enable Firebug console
3. Run RQM in debug mode by opening RQM with this url
https://<server>:9443/qm/web/console/<projectArea>?debug=true
Essentially you need to add ?debug=true to the existing url you have
4. Now open the script
5. Click clear in Firebug console so all previous calls are removed
6. Now click on "Ready for Review"
Observer the firebug console
Copy if there is any exception message
If any call is made and it never finishes, then provide detail about that call.
Alternatively can you also verify you are able to bring up defect creation dialog in RQM.
Thanks, I will try this. I will do the defect test first. Just yesterday I found that on one project (CCM) the Change Record Type Binding was messed
up and a work item could not be opened from QM side.
Have you configured RQM project area for Quality Task provider. that is required.
Hmm. Thought it did, so I added itself as Quality Tasks provider. Now when choosing Ready for Review:
Cannot apply the Ready for Review action
Can not be under review until the workitems for the following sections are resolved: Manual Steps
So, that may be on the user side to finish, right?