Can an href open an edit window?
Hi,
Our users would like the ability to open an edit-window based on an href. Is there something that we can add to the query string that will only the editable version of a window instead of the read-only window?
Example:
We have this working to open a read-only window for an item.
<a href="integrity://localhost:7001/im/viewissue?selection=12362">
We are looking for something like the following to open an editable window:
<a href="integrity://SPA-CL-B34FYW1.corp.irco.com:7001/im/viewissue?selection=12362,edit=1">
Is this possible? And if so, what is the syntax?
-Sean

