Open Risksheet from LiveDoc

Modified on Mon, 28 Jul at 12:13 PM

It is convenient to allow users to open Risksheet directly from LiveDoc. This includes the ability to open the Risksheet from revision if the document is loaded from revision.


This can be achieved by placing a simple wiki block in LiveDoc.


TABLE OF CONTENTS


Wiki snippet

Add the following snippet to the Wiki content window and save

#set($revisionPar = "")
#if($document.getRevision())
     #set($revisionPar = "&revision=$document.getRevision()")
#end
<style>
.editRSPanel{
    font-weight: bold;
    background-color: #fff4fb;
    padding: 10px;
    margin: 20px;
    border-radius: 8px;
    border: 2px solid #860251;
}
</style>
<div class='editRSPanel'>
    <a target="_top" href="/polarion/#/project/$document.getProjectId()/risksheet?document=$document.getRelativePath()$revisionPar">Edit Risks with Nextedy RISKSHEET</a>
</div>

For any assistance, please don’t hesitate to reach out by submitting a ticket here.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article