Hello,
Jira have system field Fix Version/s. Is anybody know where in database (table) fix version/s values are saved?
Fix version/s are predefined in each projects under Versions.
The actual version is in the Version table but the assoiation with an issue is stored in the nodeassociation table. association_type
will be IssueFixVersion. There are mentions of this in the Development Cookbook, chapter 10!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.