is there a way to get the Bug ID entered in the commit changes window via the Client API?
The Bug field allows the user to type in data even if Bug tracking was set to none, so i assumed vault stored that value somewhere. I am trying to write a server plugin to update our bug tracking application but couldn't figure out if vault even stored the bug ID. If vault doesn't do anything with that field when Bug tracking is set to none then the client should disable that field.
BugID in API
Moderator: SourceGear
No, bugzilla, that is why i was writing a plugin to do the integration.
My plan was in the plugin on the EndTx method to get the transaction ID, BugID, and comment then add a comment and link the the transaction details to that specific bugID on our bugzilla server.
I have a proof of concept working to get the comment and transaction ID but I can't find a way in the client API to get the Bug ID that was entered.
If I can't get the bug id that way I'll just have to enter the ID as part of the comment and parse it out.
(we are using vault 3.5 btw)
My plan was in the plugin on the EndTx method to get the transaction ID, BugID, and comment then add a comment and link the the transaction details to that specific bugID on our bugzilla server.
I have a proof of concept working to get the comment and transaction ID but I can't find a way in the client API to get the Bug ID that was entered.
If I can't get the bug id that way I'll just have to enter the ID as part of the comment and parse it out.
(we are using vault 3.5 btw)