Hello, I'd like to use the JQL function releaseDate to target a specific day in the week, for example Tuesday of the current week without having to specify a specific day. This is used to dynamically populate a dashboard that shows all the issues scheduled for release on each day of the current week.
Basically, I want to write the equivalent of:
fixVersion in releaseDate("after startOfWeek('+1d') before startOfWeek('+2d')")
Hello John.
Thank you for contacting us about this!
According to Content Formatting documentation from Adaptavist:
As Confluence is a content-management system that allows user-generated content to be posted on the web, precautions have been taken within the Content Formatting Add-On to prevent cross-site scripting attacks:
The Content Formatting html macros specifically prevent the use of unknown HTML attributes, and all parameter values are checked against an allowable range to ensure that they are not being abused.
For example, where an html attribute has an 'enum' set of values, ONLY those values are allowed; where it's a free text attribute, the value is checked for breaking out of the attribute rules. If any 'bad' values are found a macro exception is thrown and the output is not rendered.
Additional Precautions:
All of the 'form' html elements are disabled by default and must be manually enabled by an administrator.
JavaScript attributes are not allowed and cannot be enabled e.g. 'onclick'.
I hope that clarifies things for you, but I've included your question in the Adaptavist collection as well, in case anyone from Adaptavist has any further information for you regarding this.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.