I imported a bunch of issues into a project, and created a Rapid board for that project. For some reason, the issues don't appear on the board unless I remove the default sub-filter fixVersion in unreleasedVersions() OR fixVersion is EMPTY
If I do remove that filter, the issues appear, but then they don't disappear when I "release" them from the Done column (which makes sense). I'm guessing that somehow in the import, the fixversion got set to some value. No value appears when I search for issues, and when I run the JQL project = maintenance and )fixVersion in unreleasedVersions() OR fixVersion is EMPTY) no issues appear. I also tried running the inverse of that: project = maintenance and (fixVersion not in unreleasedVersions() OR fixVersion is not EMPTY) and I still get no issues returned.
I'd like to look in the database and see if anything is set in the fixVersion, but I can't seem to find it. Any ideas?
The link is missing . Please update the latest link in which we can find this information
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there are three tables, where are used Fixversions:
1) jiraissue
2) projectversion
3) nodeassociation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The link is missing the page. Please update the latest link in which we can find this information
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.