Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background

nFeed is a JIRA Jira add-on that query data from various data sources (e.g. SQL, Active Directory, LDAP, REST APIs) and display them in JIRA Jira custom fields.

As the JQL representation is slightly different, it will display the option in the format <display value> <[id]>

...

The JQL displayed in Advanced mode will be the following. The id of the entry (com.akelesconsulting.jira.plugins.MultipleChartsGadget) will be added to the display value in the JQL. 

Code Block
project = MCHART AND "Akeles Plugin" = "Multiple Filters Chart Gadget [com.akelesconsulting.jira.plugins.MultipleChartsGadget]"


This page demonstrates the 2 ways that Canned Search plugin can work with nFeed fields fields:

Table of Contents
maxLevel2
minLevel2


Text Search with Text field 

...

You have to use the contains (~) operator in your JQL definition 

...

Now it will work with partial text search


nFeed_field In (options) Search with Dropdown field

...

To allow dropdown search, you need to use the IN operator. For example, Attachment Checker for Confluence is one of the options for the Akeles Plugin nFeed field

...

Note

There is a an improvement to hide the id the in the nFeed field in the dropdown select

Jira Legacy
serverJIRA (akeles.jira.com)
serverId319f759e-4e60-358c-9b04-dd90ffb22ffc
keyCANNED-17

...