Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

What is the form o a RESOLUTION_ID in the RESOLUTION Table?

Hi,

I am confused with the RESOLUTION table, what is the combination of RESOLUTION_ID? I guess it is the PROJECT_AREA_ITEMID + "r" + RESOLUTION (in LIVE_WORKITEM_CNT table)? but when I tested this, it seems it was not the case...

Thanks in advance!

Qi Li

0 votes



2 answers

Permanent link
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

0 votes

Comments
Hi James,

Thanks for your quick reply! the case is that I have some task-type work items with their resolution set to "fixed" in a project named "Qi Li Project" on Bluestg, I will take one of these work items as an example: 

In the LIVE_WORKITEM_CNT dataset I have:

WI_ITEMID="_M6xnILvvEeGDhq61G_6qUQ"
WI_ID="266462"
PROJECT_AREA_ITEMID="_mWphurWmEeG0L5pVvCZgdA"
RESOLUTION="1"

So in the  RESOLUTION  dataset I tried to find a row whose RESOLUTION_ID="_mWphurWmEeG0L5pVvCZgdAr1", but it returned no rows found


Thanks!

Qi Li

Qi,


If you just create a data set on the resolution table and preview the results in the BIRT editor, what do you see? Can you confirm that some resolutions are in there?

james

Hi James,


When I preview the results, I can see all resolution IDs (RESOLUTION_ID) and their corresponding names (WI_RESOLUTION). The number of the returned results are large, so I added a filter (RESOLUTION_ID="_mWphurWmEeG0L5pVvCZgdAr1") in order to see whether the "Fixed" resolution in "Qi Li Project" exists in the RESOLUTION table or not, but it returns no rows found... that is why I am confused with the combination of RESOLUTION_ID.

Thank you again!

Qi

 

Can you give me an example of a resolution id that it does find? Do any of them include the UUID of the project area you're interested in? What are the value(s) after the "r"?

The case is that I have some task-type work items with their resolution set to "fixed" in a project named "Qi Li Project" on Bluestg, I will take one of these work items as an example:

In the LIVE_WORKITEM_CNT dataset I have:

WI_ITEMID="_M6xnILvvEeGDhq61G_6qUQ" WI_ID="266462" PROJECT_AREA_ITEMID="_mWphurWmEeG0L5pVvCZgdA" RESOLUTION="1"

So in the RESOLUTION dataset I tried to find a row whose RESOLUTION_ID="_mWphurWmEeG0L5pVvCZgdAr1", but it returned no rows found


Permanent link
I guess my question is, if you remove your filter, what resolutions do you actually see in the warehouse?

0 votes

Comments

Hi James,

If I remove the filter, there are more than 500 records, just two typical examples for RESOLUTION_ID are:

_lh0fsKIJEd6nV4GVCz8vZgr1 _lh0fsKIJEd6nV4GVCz8vZgrcom.ibm.team.workitem.planitemWorkflow.resolution.r5

It seems it is in the form of PROJECT_AREA_ITEMID + "r" + RESOLUTION, but my questions is why I can't find the one whose RESOLUTION_ID="_mWphurWmEeG0L5pVvCZgdAr1"

Thanks!

Qi Li

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,030
× 324

Question asked: Jun 26 '12, 6:37 p.m.

Question was seen: 5,420 times

Last updated: Jul 05 '12, 1:42 p.m.

Confirmation Cancel Confirm