The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get values from jql search and create a list using behaviors.

kumar jira
September 10, 2019

Hi,

Using behaviors i would like to get list of a field values from  issues result of a JQL.

[For example, the field name is "Field 123", 

I want to pass a JQL from behaviors and get the list of "Filed 123" values from all the issues.]

 

Thank you. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 10, 2019

Hi @kumar jira ,

You could use the example available on https://scriptrunner.adaptavist.com/latest/jira/recipes/misc/running-a-jql-query.html as base to your behaviour implementation.

Kind regards,
Rafael