What is the form o a RESOLUTION_ID in the RESOLUTION Table?
2 answers
Yes, this is a bit confusing, and the format is a historical artifact with a long story behind it. In short, resolutions (and priorities, and severities) have ids but those ids are only unique within a project area, so we need to include both project area UUID and the id of the artifact. Your format looks like it should be correct:
PROJECT_AREA_ITEMID + "r" + RESOLUTION
Can you give an example to show why this isn't the case?
Can you check to see if it's padded with spaces at the end?
james
Comments
I guess my question is, if you remove your filter, what resolutions do you actually see in the warehouse?