Defects are anything that have to be changed in order for a product to work as designed or meet expectations.
Questions tagged [defects]
64 questions
1
vote
1 answer
Is JRuby's implementation of Kernel#__method__ broken?
This is the description of Kernel#__method__ according to Ruby-Doc.org (emphasis added):
Returns the name at the definition of the current method as a Symbol. If called outside of a method, it returns nil.
Now consider the following code…

Gabriel de Oliveira
- 1,046
- 7
- 10
1
vote
1 answer
Rally defects by portfolio item using SDK
Does anyone know a way to pull all defects related to an epic using sdk 2? All of our portfolio items are assigned to one root, and our dev teams to another. There is linkage from one side to another via user story parent, but I haven't found a…

user3873584
- 11
- 1
1
vote
0 answers
Box doesn't seem to separate user name into FirstName and LastName
When a user signs up for Box, he is asked to enter FirstName and LastName as separate fields. But Box doesn't keep these as separate fields, so when our app queries the Box API to get a user's name, we get both the FirstName and the LastName as one…

Arun
- 44
- 3
1
vote
0 answers
How to add TestCase to Defect in Rally?
I have a list of TestCases.
After few iteration we have some test cases that fails. We have defect for them but some defects cause fail of few TC.
So here is my question how we can connect TestCase with defect not by creating defect from TestCase?
I…

Tomasz S.
- 53
- 4
1
vote
1 answer
Grabbing CreationDate of Defect Objects
How can I find the CreationDate of a Defect Object in rally?
I have an array of defects objects, and I am able to find all the attributes of defects by doing the following in a loop:
project = defects[i].Project.Name;
environment =…

Wise Man
- 31
- 3
1
vote
1 answer
HP ALM: Extract defects of a target release with a predefined filter
I try to extract all the defects linked to a target release with a predefined filter
in order to export the data into excel with VBA.
Can anyone help me? Currently, I don´t have an idea how to do that.

user2139351
- 11
- 2
1
vote
1 answer
How to filter defect results by a single story
This query return defects from a single project:
QueryRequest defects = new QueryRequest("defect");
defects.setProject("https://rally1.rallydev.com/slm/webservice/1.37/project/5022032422.js");
I would like to narrow down the result to a single…

nprs
- 93
- 1
- 6
1
vote
0 answers
Shopify JSONP issue in ajaxAPI
I'm getting some odd response back from shopify ajaxapi for jsonp.
If you cURL a Shopify ajax api location
http://storename.domain.com/cart.json?callback=handler
you will get a jsonp response. But something is breaking the same request in…

Aaron U
- 11
- 2
0
votes
1 answer
Mirth Database Reader channel automatically reruns CRON query when you delete the message history?
Is this a defect? "Remove all messages" causes this channel type to automatically reprocess?
Create a channel with:
Database Reader Source that
-- runs on a CRON (0 5 * * * ? for example)
-- does not use Javascript (uses the SQL text block)
--…

Mark
- 538
- 6
- 17
0
votes
1 answer
How to Extract detected in Release name or detected in cycle name from HP ALM using rest API?
I am developing an application that extracts defects from HP ALM using rest api call.
Detected in Release and Detected in Cycle has ID stored and not able to extract their reference by value.. Could you please help me to do so?

SHASHANK Balaganchi
- 1
- 1
- 1
0
votes
2 answers
Image processing detection
I want to detect the circlip in the fixture. if circlip is not present it should give a message "circlip not present".
user17623749
0
votes
1 answer
Bug Tracking Tools that Push to Jira
Our dev team uses Jira for our user stories. However, our clients don't have access to our Jira account. I am looking for a bug tracking tool that the clients can access and can sync/push the bugs they log into Jira. Does such a tool exist?

marco
- 335
- 1
- 2
- 8
0
votes
0 answers
SAS DS2 code doesn't work with a remote server
I'm getting errors when running PROC DS2 code to read a large data set residing on a different server. The LIBNAME statement uses a remote engine. SAS currently doesn't have a driver that can read remote data sets. PROC DS2 uses drivers not…

user601828
- 499
- 3
- 7
- 17
0
votes
0 answers
Calculating area from a picture taken from a phone
So basically we are working on leather image processing and we need to find area of an object using a picture in python. We have achieved an accuracy of up to 93% but we are willing to make it more accurate. I would appreciate if the stack overflow…
0
votes
1 answer
How to create a bug in TFS Programmatically
I'm looking for a small code snippet which helps me to create a defect in TFS Programmatically using C# VSTS2015.
My TFS Server: http://tfs2.dell.com:8080/tfs/eDell/eDellPrograms/.
server is: http://tfs2.dell.com:8080/tfs.
Collection is:…

Satish Dhanaraj
- 63
- 1
- 4
- 14