Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello all,
while trying to create an ALM checklist with the below command I am getting an error. I would appreciate if you could propose a solution for this:
C:\Users\kusuo>im copyissue --type=ALM_Checklist --addFieldValues="ALM_Template=3006228" 5875610
Creating ALM_Checklist ...
Adding field values ...
Submitting ...
Could not save item: An error occurred while executing a remote method call; nested exception is:
java.lang.AssertionError: Unknown fva rel: class mks.util.IntSet
Target is to link this checklist to a review later on. On the GUI, a linked checklist is created through the create a related item link:
Hi @ozgur
By this small screenshot it's difficult to understand the problem. Still quick question:-
1.) In your command, What is the type of the field ALM_Template?
2.) What is this value 3006228? An another item ID? Which item?
3.) From where you are copying item ID 5875610, What is the type of this item?
Hi kjain2,
1) ALM_Template is a "pick field"
2) 3006228 is a PTC checklist template item.
3) 5875610 is a PTC review item.
I noticed that when I use the "Review PTC item" with the option --linkToField="ALM_Checklits" then it works!:
im copyissue --type="ALM_Checklist" --addFieldValues="ALM_Template=" 3006228 --linkToField="ALM_Checklists" 5875610
However, I'm still getting the same error but PTC seems to be creating a new checklist based on the checklist template and link it to the target review. I guess I can live with that!
Met the same issue.
Hi @kjain2
How to create a script for ALM_Review to add review check list automatically ?
Every time I need open the ALM_Review and add the Review Checklist, Review Comments and change the status to Complete.