Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

how to use was clause with jira reports plugin?

tousifs
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 Leaders.
April 21, 2013

Hi all,

I am working for jira reports plugin where i want to fire "jql query" based on "status was" criteria whenever i am using was criteria with JqlQueryBuilder its showing error. any idea how can i use was in jira reports plugin.

regards,

tousif shaikh.

5 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Deleted user May 1, 2013

Hi tousif,

I want to use "was" with the query builder. Did you find a way to use it?

0 votes
tousifs
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 Leaders.
April 24, 2013
JqlQueryBuilder queryBuilder = JqlQueryBuilder.newBuilder();

query = queryBuilder.where().updatedBetween(stdate,endDate).and().assignee() in(status_val).buildQuery();

 return searchProvider.searchCount(query, remoteUser); 

i want to get the count for prior assigned issues for given duration.

please let me know how i can use Was clause with assignee and updatedbetween dates.

regards,

tousif shaikh.

0 votes
Timothy
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 Leaders.
April 21, 2013

You really need to clarify your question. I have no idea on what you are asking.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events