Skip to main content
1-Visitor
June 20, 2014
Solved

Can an href open an edit window?

  • June 20, 2014
  • 1 reply
  • 1667 views

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

    Best answer by LLawton

    The command for http is simply "editissue", but it doesn't work with url: integrity.

    The message I get is: MKS154477: Command "editissue" is not supported for use in Integrity URL links.

    1 reply

    LLawton16-PearlAnswer
    16-Pearl
    June 20, 2014

    The command for http is simply "editissue", but it doesn't work with url: integrity.

    The message I get is: MKS154477: Command "editissue" is not supported for use in Integrity URL links.

    1-Visitor
    June 20, 2014

    Thank you for the quick response. I'll enter a case number to get an RFC created for this. Hopefully, we're not the first to request this functionality.

    -Sean

    16-Pearl
    June 23, 2014

    Hi Sean,

    For your information, not all href functionality that works against the Integrity server with an http protocol works against the Integrity server with an integrity protocol.

    There is a similar feature request for im createissue with integrity://. You might want to point that out in the ticket you open, as it is likely closely related functionality.

    Regards,

    Kael