Looking for static pages creation with Read only text and images. Basically Forms tyes functionality in Jira.
Dashboard will display all the users who have not accepted the Security Terms
Hi There,
Welcome on Community!
Another good option I've used in the past would be Jira Announcer as it's granting many options to show the message and you can track who read it, who accepted it etc...
You can also choose who to display it to! It's a great app which should definitely fill your needs (and I'm not even related with the dev team :) ).
Hope this helps!
Cheers
hanks Micky for the revert. Client is wanting to avoid any plug-ins for now. If OOB features don't work we might have to explore the plug-ins too. Your recommendation helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Susmita,
Why not to use a text field with default values using wiki render?, you can use addons like ScriptRunner Behaviours or Field Security Plugin in order to create a new security layer and and make them read only fields.
Additionally you can use a simple radio button defined as mandatory in order to make user select between security terms acceptance or rejection and then use this field on your dashboard's filters.
I hope the answer helped you or at least gave you some clues on how to reach your goal.
Best regards,
Marcos.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Marcos. This was helpful indeed.
The wiki renderer field is working well for text but I am unable to bring images.
Is there any added any criteria for same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sumita and sorry for the delay, here you have an example that could help you..
And here is an example of the behaviour you have to use in order to make this field read only...
<config name="WikiText Behaviour" use-validator-plugin="false" guideWorkflow="Your Workflow">
<field id="customfield_XXXXX" validator-script="" validator-class="" validator-method="" readonly="true" required="false" hidden="false" validator="server"/>
</config>
Best regards,
Marcos.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.