XL Release VersionOne plugin is deprecated now as the plugin is insourced to Digital.ai organization. The plugin is available on https://github.com/xebialabs/xlr-agility-integration
This document describes the functionality provided by the xlr-versionone-plugin.
See the XL Release Reference Manual for background information on XL Release and release concepts.
- From version 1.0.1+: XLR 4.8.0+
- Define an Access Token using the VersionOne UI: Go to
Configuration - Applications
and add a new Application with nameXLRelease
. UseAccess Token
as an authentication mechanism. - Place the versionone plugin into plugins
- Place the versionone java sdk into plugins (download from Fixes V1Connector). A pull request has been send, as the official sdk can't handle properly failing requests.
- CreateIssue
assetType
: For a list of possible values, see Asset TypesprojectId
: The oid of the project you want to create the issue for, f.e. Scope:1535attributes
: Map of key / value pairstoken
: output property - Output token which is the oid reference
./gradlew clean assemble
And copy the jar
from build/libs
into your plugins folder.
You need to create a Shared Configuration for you Version One Server. The Shared Configuration will have the information to connect to you Version One Server in addition to some mappings for the underlying indexes in Version One to Story Statuses.
This task allows you to create new issues in Version One
This task allows you to get a list of the stories available in Version One based on a query. There are several exampes of queries available on the Verson One site. For details of the Version One query language
Only one story is returned for this task. Details of the story will be contained in the Data field
Using the key words in the server configuration you can update the story status.