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
6
votes
3 answers

If you have Team Foundation Server 2012, what does VersionOne offer?

[This smells like a "which is better" question, but it is not.] We are using Team Foundation Server 2012 for version control and bug tracking (which is not going to change). We are moving to Agile, and are being asked to use VersionOne to manage the…
Stu
  • 15,675
  • 4
  • 43
  • 74
4
votes
2 answers

How do I obtain the Versionone's "Done" hours through its RESTful API?

For example: When I look for all the attributes of a Task https:///VersionOne/rest-1.v1/Data/Task I get information like "Todo" and "DetailedEstimates" but nothing related to the "Done" hrs Do you know if there is a way to get the "Done" hrs…
4
votes
3 answers

How do I use the version one api to get project and sprint burndown charts?

I am trying to use the Version One api to get the project and sprint burndown charts. I am reading this page but I am just getting confused. Has anybody done something similar and have any tips for how to hit the api to get what I want?
kevin
  • 933
  • 1
  • 12
  • 20
4
votes
1 answer

Using VersionOne's RESTful API to re-rank stories

How do I change the rank order of Stories through VersionOne's RESTful API?
ian.buchanan
  • 314
  • 1
  • 10
3
votes
1 answer

Integration between any git repository and versionone commitstream

Our tool, Deveo, is a code hosting and collaboration platform that supports Git, Subversion and Mercurial. We have a customer case, where they utilise VersionOne. In VersionOne there's a commitstream functionality that allows them to link commits in…
kontulai
  • 876
  • 5
  • 19
3
votes
2 answers

How to view a versionone backlog item using a URL?

Is there any way to share the backlog url with team members so that when they click the url it takes them directly to backlog item? -Par
ParYad
  • 203
  • 3
  • 7
3
votes
1 answer

Adding a VersionOne expression using the REST API

I am trying to create a new 'Expression' in VersionOne - effectively adding a new 'comment' to a conversation. In theory, the rest-1.v1/Data API should allow this, but I can't figure out how to do it - there is precious little documentation about…
roryhewitt
  • 4,097
  • 3
  • 27
  • 33
3
votes
1 answer

Would you use VersionOne also as issue-tracking system (aka BugZilla)

Within our Agile / Scrum team there is the idea to start using VersionOne as the project planning tool. My question is, can it also handle the issues (defects; new feature requests; improvements; patches) that come in? Meaning can it also replace a…
2
votes
1 answer

Adding OR condition in VersionOne Query API

I am querying the V1 (/query.v1 API) via Python/Dash to get all stories tagged with certain tags. The Where criteria for API Body is "where": { "TaggedWith":"Search-Module" , "Team.ID": "Team:009" }, but I wanted to add OR criteria…
granthik
  • 45
  • 6
2
votes
1 answer

VersionOne Continuum Task error with WinRM/Powershell command

We currently have an issue where we are deploying a project from the package in continuum. My task converts all the package details into a json object and it sends the object through WinRM to the PowerShell script. This is working for all our…
chad_r
  • 23
  • 2
2
votes
1 answer

How do I rerun Activities in Continuum when there is a network failure?

I have an activity in Continuum that points to some automated tests that sometimes fail. The failures are usually network related, and not related to an actual problem. So in this cases, I'd love to be able to automatically rerun (or at least rerun…
TheDevOpsGuru
  • 1,570
  • 5
  • 21
  • 36
2
votes
1 answer

VersionOne.SDK.Python Exception while creating story

When I call Create API from the python console, It gives following exception. Traceback (most recent call last): File "", line 3, in File "C:\Python27\lib\v1pysdk\base_asset.py", line 44, in create return…
saurabh baid
  • 1,819
  • 1
  • 14
  • 26
2
votes
1 answer

Use query.v1 to filter on member groups

How can I use query.v1 (in YAML) to filter on Members that belong to a particular member group?
vplechuc
  • 158
  • 1
  • 1
  • 4
2
votes
2 answers

How can I find a story or defect I created in VersionOne?

We are using Version One. House policy is not to make yourself an owner of a story when you create a defect or story. Sometimes I want to quickly locate a story I recently added, but I can find no way other looking through the entire list of…
DJClayworth
  • 26,349
  • 9
  • 53
  • 79
2
votes
1 answer

Attachments with the VersionOne API Client

Could someone show some sample code that shows how one would attach an outside file to a version one request using the API Client? Assume we already have the filename and ticket id. I've found this done with the ObjectModel, but not any code that…
mfelps
  • 21
  • 3
1
2 3
10 11