Hello,
I am trying to integrate JIRA with versionone using following documentation.
I want to mark JIRA issue as Fixed once the versionone Defect is closed. For doing this I need to give value for Close Field ID as per above documentation.
I am able to find the value of various resolutions (open, fixed, won't fix etc) but I am not able to find the value for Resolution
I cannot set Resolution = 1.
I need reference to resolution field and need to know how does JIRA understand this field internally during transitions.
Regards,
Jyoti Kishnani
Hello,
If you go to any issue in your instnace, then hit View in the upper right, and select XML you should see the ID if you find a bit which looks like: <resolution id="32">Fixed</resolution>
Cheers,
Boris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.