Hello,
I am attempting to create a custom actions via hyperlink that are embeded within an item. I would like to try this for creating, modifing, and viewing items in the gui.
Setup durring initialization:
var link = "file://<host>/Integrity/IntegrityServer10/data/public_html/newissue.cmd?"+db.getID();
File run from server contains:
im copyissue --type="Issue" --linkToField="Issues relationship" --gui %1
What would be the correct way to pass an ID to a batch file via url?
Is there a way to get the MKSSI_ISSUE0? I haven't had luck with that either via url.