I have behaviors set up to hide fields based on a user's custom field group membership (Group Responsible). The behavior works perfect on create and edit screens but is ignored on the view screen. Any ideas where I went wrong? Thank you.
My behavior setup is:
Here is the XML:
<config name="ITS: Hide Notes" use-validator-plugin="false" guideWorkflow="null">
<field id="customfield_11010" validator-script="" validator-class="" validator-method="" readonly="false" required="false" hidden="true" validator="server">
<except custom-field-group="customfield_11005"/>
</field>
</config>
Hi Brendan,
What are you trying to achieve/return with your query in relation to including dates? The JQL time and date functions are either relative to the current date and time (hours/days/weeks from now) or calendar, representing fixed dates/times (start of the current week/month/year).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.