|
|
|
[
Permlink
| « Hide
]
Brian Krueger - 13/Oct/04 06:12 PM
This would be a huge benefit to us as well!
I think we would need to introduce the concept of a 'build', or sub-version, otherwise the drop-down version fields would get unmanageably long very quickly.
Actually, even without that functionality, it would not be too terrible for us as we would just make liberal use of the merge and archive functions. The ability to do sub-builds would be nice, though.
Liberal use of version and merge functionality would of course work, but it would be very labor intensive. Because you can track issues related to a version, if we had the ability to do (auto-generated) build numbers, we could use JIRA to provide build notes. Please give serious consideration to build functionality, as the "hard way" described above is most certainly not the best way.
By the way, in 3.0 the RPC functionality has been broken out into a plugin:
http://confluence.atlassian.com/display/JIRA/A+Brief+Guide+To+JIRA+Plugins The source for the RPC plugin in JIRA 3 is online at: http://repository.atlassian.com/atlassian-jira-rpc-plugin/distributions/ It's now possible to create issues via SOAP/XML-RPC (not yet versions, unfortunately). I have just read the current SOAP WSDL file . I've noticed the getVersions and updateProject operations , I could use an 'addVersion' operation as we too very often have to add new versions to a project .
The last comment to this item is of Oct 2004 , what are the current plans for implementing this operation ? We have been trying to integrate our build script with Jira and track build numbers in the version field as well. This is a very important feature for us so we hacked together a temporary solution and we are still trying to find better options. Is there a timeline for this RPC addVersion feature? It looks like there is some demand for it...
As a temporary solution we managed to perform an automatic version update through an auto-generated Jelly Runner script. The Jelly script is generated and placed in a shared folder on the Jira server by the build script and Jelly Runner is setup as a service but this is a hack until we get the RPC option. We run the risk of the script being overwritten before the update occurs so this is not optimal but it works as a temporary workaround. A sample script follows: <?xml version="1.0" ?> Hope it helps some of you who are waiting on the RPC functionality... We've now added addVersion to the SOAP interface
No way to set the release date with Jelly tags though.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||