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
1
vote
2 answers

VersionOne, How to add users to V1 (rest api or similar way)

How May I to add user to Version One ? I want to use rest api or similar way.
user2519456
  • 21
  • 1
  • 5
1
vote
1 answer

Aggregation doesn't seem to match data in the VersionOne RESTful API

Given this query (spacing added for readability): rest-1.v1\Data\Story? sel= Children.ID, Children.Actuals.Value, Children:Task.@Count, Children.Actuals.Value.@Sum.Value &where=Number='B-02833' I received the…
ian.buchanan
  • 314
  • 1
  • 10
0
votes
0 answers

Is there a way to get Total estimate, open estimate, closed estimate from versionone / digital.ai rest api for epic?

I am using the rest api end point "https://company hosted versionone/rest-1.v1/Data/Epic?sel=Name ...&where=Scope.ParentMeUp.Name='Project Name'..." to fetch all data of epic for a scope. I am looking to get 'Total Estimate', Closed Estimate, Open…
Sujoy
  • 1,186
  • 1
  • 9
  • 12
0
votes
0 answers

How to Register Agility Instance with CommitStream

I have a CommitStream server from Repository https://github.com/openAgile/CommitStream.Web and would like to link Agility with CommitStream using InstanceID as per…
ArsenH
  • 1
0
votes
0 answers

Does the VersionOne.SDK.APIClient work in .NET Core or .NET Standard projects? (by Digital.ai Software, Inc.)

Nuget package support says net471 supported however, Did the VersionOne.SDK.APIClient work with .NET Core or .NET Standard for anyone actively testing/porting this SDK to .NET Core? Reference to the SDK can be found here:…
0
votes
1 answer

Is there any way to use Version One API to fetch team room scorecard details?

How can I fetch the details given in the image like total story points, detail estimate, capacity hours, done hours by using version one API. Version one scoreboard I have tried using many assets type like "Story", "Timebox" but can't find the…
Knmh
  • 1
0
votes
0 answers

How do I get all the comments for an Digital AI Epic with the v1pysdk library?

How do I get all the comments for an digital ai Epic with the v1pysdk library? I’m unable to find any documentation in their library on this.
ant
  • 1
0
votes
1 answer

Updating the Version One Rest API query to include Need totals using legacy SDK code

We have been building and loading the data using the .NET SDK for Version One. The rest-query seems to work fine with setting the selection fields, filters and the paging. An example of the rest query which is being built in the .Net solution…
axie13
  • 3
  • 3
0
votes
1 answer

VersionOne API team iteration target

I can't figure out how to retrieve the overriden target that has been set for a team (on an iteration): Example I'm using the query.v1 API but haven't found this information yet. Thanks in advance! Let me know if you need further information.
DEG
  • 1
  • 3
0
votes
1 answer

VersionOne Rest Query Deleted Items

I am using the VersionOne Rest interface but not the provided VersionOne SDK for Java or C#. A stakeholder has requested I modify a tool that queries all VersionOne issues to also query all deleted issues. I can see how to do this with…
etherrien
  • 35
  • 2
  • 6
0
votes
1 answer

VersionOne API for embedded images returns 404 (not found)

I'm trying to write a tool (in C#) to read the embedded images from a VersionOne asset (story/defect) and store them locally (to be later able to migrate them to another place). I found this link for…
DelphiUser
  • 419
  • 4
  • 12
0
votes
1 answer

Version One - Fetch All teams & members associated with a project

I'm trying to fetch the teams along with team members for a project using version one query.v1 endpoint. As I'm looking at the fields of Scope (using meta.v1), I can see Members, so for fetching teams I'd have to do a subselect Member and find Team…
0
votes
1 answer

Version one API - get sprint (timebox) wise counts of issues, stories, defects, backlog items

My goal is to fetch just the counts of stories, issues, backlogs, defects associated with respect to a particular timebox and project. I know I can fetch an asset's details using using this (for defects)
0
votes
0 answers

versionone Post to create task fails

Using json w/ Python requests to create task, fails with: { "_type": "Error", "error": "Bad Request", "exceptions": [ { "type": "DataException", "message": "Violation'NotSupported" } ] } URL used:…
0
votes
1 answer

VersionOne: Filter Issues by Project

I am quite new using VersionOne and I would like to know if there is an easy way to filter issues by project; I would like not to have to add a tag dedicated to the project name in order to be able to filter them Thanks in advance for your help