Search

Help

Page 5 of 10. Showing 95 results (0.081 seconds)

  1. Accessing Jira issue fields directly from ConfiForms using Jira issue field

    In ConfiForms you have simple and "rich" fields. Simple fields (such as text or textarea) hold just the value and nothing else. You can apply the virtual functions and transform the field and nothing else. With "rich" fields you can do a lot more - rich fields, such as smart fields or Jira issue field, or Insight
    ConfiFormsFeb 16, 2024
  2. IFTTT macro body evaluates as Velocity template

    pageId, String formName, String filter) findByFilter(long pageId, String formName, String filter, String sortedBy) findById(long pageId, String formName
    ConfiFormsMar 19, 2024
  3. Accessing field values and properties

    though [entry.] notation Using in filters Sorting Remarks Text myfield [entry.myfield] myfield:*test myfield:test* myfield:*test* myfield:* as text … ]-days(n), [datetimeyyyyMMdd HH:mm], [dateyyyyMMdd] Basically, same as in ConfiForms Filters Datetime myfield myfield.timestamp [entry.myfield
    ConfiFormsMar 19, 2024
  4. Using transform function with smart fields

    into the following: Take the value of field "purpose" (form nr.2) Apply transform function on the field "choice" (this is already a form nr.1, as field purpose is a smart field and it references values in another form) Apply another function (asArrayMultiSelect) on the values Which will give us the result we need
    ConfiFormsOct 11, 2016
  5. Working with database fields in ConfiForms

    , where first column will be used as an ID and second column will be used as a label (other columns can be then used later in filtering, if necessary). We strongly
    ConfiFormsApr 12, 2024
  6. Cleanup API

    data stored by ConfiForms plugin, all data or filtered by filter criteria Same format as for filters is used: ConfiForms Filters If your confluence server
    ConfiFormsJun 27, 2018
  7. ConfiForms with autopage field to track the source

    )   records added from here (filter used: pageSource:this)   records added from Sash's personal space (filter used:  pageSource.spaceKey:~sash )   Source … ="confiform-table" ac:schema-version="1"> <ac:parameter ac:name="filter">pageSource:this</ac:parameter> <ac:parameter ac:name="formName">f</ac:parameter
    TESTJul 19, 2017
  8. ConfiForms with autopage field to track the source and little IFTTT update

        Form with 2 fields: tf of type text pageSource of type autopage Child pages   all records   records added from here (filter used: pageSource:this )   records added from Sash's personal space (filter used:   pageSource.spaceKey:~sash  )   Source code <ac:structured-macro ac:macro-id
    TESTApr 07, 2016
  9. Is it possible to run ConfiForms IFTTT macro on field transition

    to be executed. Conditions are basically filters (ConfiForms Filters), but with one very powerful addition - "hasChanged" function. See more about this function … expression goes into the ConfiForms IFTTT's macro "condition" field.... and that's it!  You have your field transition covered! ifttt filters
    ConfiFormsNov 23, 2017
  10. How to show and hide fields in the form conditionally

    Please note that the same could be achieved by using the following filter: options.label:Let me provide my option (checking the label of a dropdown instead) We set … a comma separated list of field names Conditions are written as filters, more on ConfiForms filters you can find here: ConfiForms Filters and ConfiForms
    ConfiFormsNov 30, 2021