...
Warning |
---|
Make sure the [entry.myfield] is actually stored the way you see it, as sometimes Confluence editor injects some "invisible to user" blocks of HTML, such as spans... and the text becomes actually something like [entry.<span>myfield</span>] which makes it not to work correctly with ConfiForms parser. The easiest way to see that text is clean is by looking at storage format of the page (using Tools menu and then clicking on "View Storage format" or by installing a free add-on from Atlassian which enables you to see raw storage format directly in the Confluence editor - https://marketplace.atlassian.com/plugins/com.atlassian.confluence.plugins.editor.confluence-source-editor/server/overview)
Please also see this: https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+FAQ#ConfiFormsFAQ-WhyintheeditorIgetautolinksinsteadof[entry.field_name]notations |
...
Info |
---|
See what fields are available on ConfiForms CLOUD - Differences between ConfiForms server/data center and ConfiForms cloud |
Warning | ||
---|---|---|
| ||
Please see the fields list that is available on ConfiForms cloud if you are looking for the documentation on accessing field properties in ConfiForms cloud Differences between ConfiForms server/data center and ConfiForms cloud |
...
Field type | Accessing in ConfiForms Field macro | Accessing though [entry.] notation | Using in filters | Sorting | Remarks | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Text | myfield | [entry.myfield] | myfield:*test myfield:test* myfield:*test* myfield:* | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Action Button | myfield | N/A | N/A | N/A | N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Autolink | myfield | [entry.myfield] | same as text field | as text | only dynamic part is taken when shown as [entry.] notation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Autonumber | myfield | [entry.myfield] | same as text field | as text | autonumber with previx | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Autopage | myfield | See page type | See page type | See page type | See page type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Calculated | myfield | [entry.myfield] | Same as numeric field | as number | non-numeric values are set as 0 in sorting | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Captcha | myfield | N/A | N/A | N/A | N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Checkbox | myfield myfield.label | [entry.myfield] [entry.myfield.label] | myfield:true myfield:false | Returns true or false By using .label you can access checkbox field label you set | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Checkbox group | myfield myfield.label | [entry.myfield] [entry.myfield.label] | myfield:*fieldvalue* to ensure it is matched | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment
| mycommentfield.user mycommentfield.timestamp mycommentfield.content
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Currency | myfield | [entry.myfield] | Same as numeric field | as number | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date | myfield myfield.timestamp | [entry.myfield] [entry.myfield.timestamp] | Same as numeric field | as number | timestamp value Date and Datetime field types allow the following metaparams to be given as input [now], [tomorrow], [yesterday], [today], [today]-days(n), [datetimeyyyyMMdd HH:mm], [dateyyyyMMdd] Basically, same as in ConfiForms Filters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Datetime | myfield myfield.timestamp | [entry.myfield] [entry.myfield.timestamp] | Same as numeric field | as number | timestamp value See above | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Datetime interval | myfield myfield.startDateFormatted myfield.endDateFormatted myfield.startDate myfield.endDate myfield.startDate.timestamp myfield.endDate.timestamp myfield.asPeriodFormatted | [entry.myfield | ].interval - returns interval in minutes between start and end dates
myfield.periodInSeconds myfield.periodInMinutes myfield.periodInHours myfield.periodInDays myfield.periodInWorkDays | [entry.myfield] [entry.myfield.startDateFormatted] [entry.myfield | .endDateFormatted] [entry.myfield.startDate] [entry.myfield.endDate] [entry.myfield.startDate.timestamp] [entry.myfield.endDate.timestamp] [entry.myfield.asPeriodFormatted] [entry.myfield. | startDate:as number by start date | timestamp value | interval]
[entry.myfield.periodInSeconds] [entry.myfield.periodInMinutes] [entry.myfield.periodInHours] [entry.myfield.periodInDays] [entry.myfield.periodInWorkDays] | myfield.startDate: myfield.endDate: conditions as in numeric field | as number by start date | timestamp value | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DB dropdown | myfield myfield.id myfield.label | see remarks -> | DB dropdown | myfield myfield.id myfield.label | see remarks -> | Same as normal dropdown | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DB multi-select | myfield | see remarks -> | Same as normal multi-select | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DB radio group | myfield | see remarks -> | Same as normal radio group | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DB checkbox | myfield | see remarks -> | Same as normal checkbox | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Drawing canvas | myfield | N/A | N/A | N/A | internal format is returned | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dropdown | myfield myfield.id myfield.label | [entry.myfield] [entry.myfield.id] [entry.myfield.label] | myfield:ID myfield.label:LABEL | as text | Each dropdown choice has ID and LABEL [entry.myfield] returns ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dynamic Dropdown | myfield myfield.id myfield.label | [entry.myfield] [entry.myfield.id] [entry.myfield.label] | myfield:*fieldvalue* to ensure it is matched | as text | Each dropdown choice has ID and LABEL [entry.myfield] returns ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dynamic Multilabel | myfield myfield.id myfield.label | [entry.myfield] [entry.myfield.id] [entry.myfield.label] | myfield:*fieldvalue* to ensure it is matched | as text | Each choice has ID and LABEL [entry.myfield] returns ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Enroll button | myfield | N/A | N/A | N/A | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
File | myfield | [entry.myfield] - will show as link | same as text, see remarks | as text | only attachment/file name is in search | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Formula | myfield | [entry.myfield] | same as numeric field | as number | non-numeric values are set as 0 in sorting | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Html | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Insight | myfield myfield.attributes.objectTypeAttribute(objectTypeAttributeId=46).objectAttributeValues.value | [entry.myfield] [entry.myfield.attributes.objectTypeAttribute(objectTypeAttributeId=46).objectAttributeValues.value]
See more details here: Accessing JSON structures. The tutorial is for ConfiDoc plugin but is perfectly validfor ConfiForms (easpecially from teh perspective of accessing the Insight object attributes) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Link | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hidden | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Masked Text | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Multi Select | myfield | [entry.myfield] | same as dropdown (ID and LABEL properties) | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Numeric field | myfield | [entry.myfield] | myfield:>= myfield:> myfield:<= myfield:< myfield: | as number | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JIRA issue | myfield myfield.key myfield.title myfield.summary (same as title) myfield.description myfield.link myfield.status
Any JIRA field which is provided via JIRA REST API For example: myfield.fields.assignee.emailAddress myfield.fields.reporter.displayName See also: Using Field Definition Rule to request data from JIRA and set it to | ConfiForms fields
myfield.exists - returns true or false to verify if the value stored in this field corresponds to Jira issue | [entry.myfield] [entry.myfield.key] [entry.myfield.title]
[entry.myfield.summary] (same as title) [entry.myfield.description] [entry.myfield.link] [entry.myfield.status] | same as text type and only by key | as text | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JQL | myfield myfield.jql myfield.count | [entry.myfield] [entry.myfield.jql] [entry.myfield.count] | Renders as link to JIRA with number of matching issues 2 additional properties available: jql and count | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Jira Select Field | Depends on a fiel type in Jira
| key
|
| title
|
| summary] (same as title)
| description
|
| link
|
| status]same as text type and only by key | as text | JQL | myfeld myfeld.jql myfeld.count |
| ]
| jql
|
| count
| Renders as link to JIRA with number of matching issues 2 additional properties available: jql and count | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Page/Blog post | myfield myfield.* - see remarks | [entry.myfield] [entry.myfield.*] - see remarks | same as text, for properties list see remarks | as text, by default pageId | all properties of AbstractPage class (see Confluence API docs). For cloud see https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-wiki-rest-api-content-get Examples:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Password | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Radio group | myfield myfield.id myfield.label
| [entry.myfield] [entry.myfield.id] [entry.myfield.label] | myfield:ID myfield.label:LABEL | as text | Each choice has ID and LABEL [entry.myfield] returns ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Readonly | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Section | myfield | N/A | N/A | N/A | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Simple Date | myfield | [entry.myfield] | Same as numeric field | as number | timestamp value | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Smart Classifier | myfield myfield.* - see remarks | [entry.myfield] [entry.myfield.*] - see remarks | Depends on a field referenced. If [entry.myfield] or just "myfield" is referenced then in most cases it acts as text. But with "smart fields" you reference a record in another form and that means through this reference you can get ANY field of that record, including other smart fields. That said, you can build quite a property graph to get any value, which is lazy loaded for you | depends on a field referenced | Properties you can access totally depend on a structure of the record in the form you reference. You can access ANY field value through this notation, including other smart fields which will be lazy loaded for you. Example:
| amopther
| smart
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Smart Dropdown | myfield myfield.* - see remarks | [entry.myfield] [entry.myfield.*] - see remarks | See Smart Classifier | depends on a field referenced | See Smart Classifier | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Smart Multiselect | myfield myfield.* - see remarks | [entry.myfield] [entry.myfield.*] - see remarks | See Smart Classifier | depends on a field referenced | See Smart Classifier | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Smart Checkbox | myfield myfield.* - see remarks | [entry.myfield] [entry.myfield.*] - see remarks | See Smart Classifier | depends on a field referenced | See Smart Classifier | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Smart Radio buttons | myfield myfield.* - see remarks | [entry.myfield] [entry.myfield.*] - see remarks | See Smart Classifier | depends on a field referenced | See Smart Classifier | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status | myfield myfield.id myfield.label | [entry.myfield] [entry.myfield.id] [entry.myfield.label] | Same as dropdown field, with IDs and LABELs. But has predefined values for IDs (depending on a colour) | as text | See remarks for dropdown field | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Textarea | myfield | [entry.myfield] | same as text type | as text | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
User | myfield myfield.username myfield.fullName myfield.picture myfield.email myfield.lastName myfield.firstName myfield.key myfield.accountId | Green
| from 2.12.5
myfield.exists (true or false) - to check if this value can be resolved to active user object | [entry.myfield] [entry.myfield.username] [entry.myfield.fullName] [entry.myfield.picture] [entry.myfield.email] [entry.myfield.lastName] [entry.myfield.firstName] | same as text type, but you can query for field properties: myfield: myfield.username: myfield.fullName: myfield.picture: myfield.email: myfield.lastName: myfield.firstName: | as text, see remarks | sorting is by username field lastName and firstName are synthetic properties, which we try to extract from a given fullName. We consider las word as lastName and what is given before is taken as firstName. This solution does not work for the whole world, but this is the best option we can offer you at the moment | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
User (multiselect) | myfield Virtual functions to transform an array of User objects. Each User object in the User multi-select field has the same properties as the normal User object (see above) | [entry.myfield] [entry.myfield.asUserFullNames] [entry.myfield.asUserEmails] * - see remarks | Same as User | as text | You can show user full names in a list, or emails or (when no helper function is used) as list of usernames | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Voting control | myfield | N/A | N/A | N/A | N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Webservice backed fields | As with "JIRA issue" fields you can access ANY property returned by the web service for the option you map with the field. For example:
You can map the structures of an array to be used as options for the web services backed fields in ConfiForms Assuming your field is called "myfield" then to access the properties you will need to put the following expressions
There is also a synthetic property called "label" for the field what you use as "label" in your web services backed field Important note: when your web service returns a structure with ID and you map another field to be used as ID then original data will not be accessible, as mapping overrides it. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WYSIWYG simple editor | myfield | [entry.myfield] | same as text type | as text |
Accessing through [entry.] notation can be used in ListView, in PlainView, in CalendarView and in IFTTT macro body, as well as when referencing ConfiForms record fields in macro parameters
See also Virtual functions to help you with formatting values in the format you want
Warning |
---|
Accessing values using Velocity syntax is deprecated and not supported in 100% of cases. Please try to accomplish what you have to do using [entry.] notation |
Panel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
When used with ConfiForms TableViewMerger macro you have access to the following variables
When ConfiForms IFTTT macro is processed it does temporarily make these variable accessible Available in
|
...
Info |
---|
Standard set of objects inside the context (Velocity templates) context.put("entry", entry); <- ConfiForms Entry (raw) From ConfiForms version 1.49.3 there are additional objects in the context: context.put("generalUtil", newcom.atlassian.confluence.util.GeneralUtil()); context.put("res", ServletActionContext.getResponse()); |
...