Questions tagged [versionone]

Ask questions related to integrating with VersionOne. VersionOne is an agile project management tool that has an open platform. There are dozens of official integrations as well as many public 3rd party and private integrations.

VersionOne is an enterprise agile solution for software organizations scaling agile.

Official site: https://www.versionone.com/

User group: https://groups.google.com/forum/#!forum/versionone-users

160 questions
0
votes
1 answer

VersionOne: Report on Backlog Items, tasks, defects with Attachments in C# V1 API/JSON

How would you query VersionOne (V1) to build a report that contains (Backlog Items with assoicated tasks, defects and especially Attachments in C# for a given Project? Does anyone have C# V1 API/JSON example on how to do this? I need the the part…
Remy
  • 407
  • 3
  • 17
0
votes
2 answers

VersionOne rest API description attribute format

Successfully using the VersionOne API to create stories using the REST API. Unfortunately the description field seems to strip all xml tags. (The example online uses , but this does not work) So have something like: POST…
Jon Burgin
  • 83
  • 1
  • 6
0
votes
1 answer

Oauth Authentication: 404 error when selecting "Add Application" under permitted apps

Trying to set up OAuth under VersionOne, recently upgraded to the Spring '13 Release. When I get to Administer a user, I select 'Permitted Apps', under 'Add Application', I choose 'Installed' for a desktop app, give it a Name, then click 'Add…
jcov
  • 192
  • 3
  • 7
0
votes
2 answers

How can I update the status of a Test

We are automating tests using selenium, and I would like to be able to update the test to their latest status based on the result of the automated test. I'm able to identify the test, but it appears the Status property does not have a setter.
alphanumericone
  • 268
  • 3
  • 12
0
votes
1 answer

How to query "Included items in the Backlog" for BuildRun from API?

BuildRuns have 2 sets of backlog item "Completed items in the Backlog" and "Included items in the Backlog". Querying "Completed items in the Backlog" is obvious, but how about "Included items in the Backlog"?
Pok
  • 1,521
  • 1
  • 13
  • 20
0
votes
1 answer

Java: Access an API that uses SAML authentication

I have a web project that needs to pull some data from a hosted versionone instance. The versionone instance uses SAML authentication for single sign-on. The single sign-on itself uses a username and pin+one-time password for authentication so it…
Vaishak Suresh
  • 5,735
  • 10
  • 41
  • 66
0
votes
1 answer

How can I find defect cycle time using the VersionOne Core API?

I want to analyze the cycle time for defects. For each defect, across all iterations, I need to subtract the resolution date (the date the defect was closed) from the opening date (the date the defect was planned into an iteration). I am unable to…
ian.buchanan
  • 314
  • 1
  • 10
0
votes
1 answer

Asset history in VersionOne

I am using the VersionOne Python SDK, and want to know when a Story moved into a certain project (Scope). I can retrieve the story but how do I get the history? v1 = V1Meta() for story in v1.Story.where(Number="S-01211"): print story.Scope.Name …
Joe Koberg
  • 25,416
  • 6
  • 48
  • 54
-1
votes
1 answer

How scope related with timesheet in versionOne?

I am completely new in VersionApi implementaion. Before starting I would like to gather a initial information like below: How can we fetch Scope/Project using VersionOne API? How scope and Timesheet mapped with each other, where I can get that…
Prashant K
  • 11
  • 3
-4
votes
1 answer

Find the Story Name In VersionOne using Project ID or Name python SDK

I am using the VersionOne Python SDK, and want to know the story names inside a certain project (Scope) i have the project (Scope) id and name , Using this project ID and name how to get the Story ID and Name? v1 = V1Meta() for scopeobj in…
saheb
  • 1
  • 2
1 2 3
10
11