Hello all,
I'm trying create/edit issues though CMD. I'm getting error Messages that "bla bla field" does not exist. I put below an example of the script that I'm currently playing with:
echo off
SET CHANGE_REQUEST_#=1829826
SET TITEL="SRS/IRS Update"
SET PROJECTID="/PSE/AECU/CustomerDev/VW/PR34481_MQB-A0"
SET PROJECTGROUP="(248246) VW MQB-A0"
SET ITEM_CLASSIFICATION="Requirements"
SET PRIORITY="High"
SET DESCRIPTION="Update the SRS and IRS requirements with respect to the ASPS baseline 0.19. Link the updated requirements to their ASPS counterparts."
echo on
im createissue --type="ALM_Task" --field=Description=%DESCRIPTION% --field=Classification=%ITEM_CLASSIFICATION% --field=Project=%PROJECTID% --field=Summary=%TITEL% --addRelationships="Backlog Item For":%CHANGE_REQUEST_#% --field=Priority=%PRIORITY%
When I run the above script I receive the below error message:
c:\Users\kusuo\Desktop>echo off
c:\Users\kusuo\Desktop>im createissue --type="ALM_Task" --field=Description="Upd
ate the SRS and IRS requirements with respect to the ASPS baseline 0.19. Link th
e updated requirements to their ASPS counterparts." --field=Classification="0" -
-field=Project="/PSE/AECU/CustomerDev/VW/PR34481_MQB-A0" --field=Summary="SRS/IR
S Update" --addRelationships="Backlog Item For":1829826 --field=Priority="High"
Creating ALM_Task ...
*** Could not save item: MKS124066: Field "Description" does not exist.
I tried removing the field description from the code then I received another filed related error. In Addition, all the fields that I'm trying to update are obligotary fields. By the way, I do not have admin access rights.
I would appreicate your solution Solutions.
Regards,
Özgür