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: 

Query filter by state.result.name does not work

Adrian Moica
August 8, 2022

I need to do a git diff between the current branch and the last pipeline completed successfully in the master branch. I use the following query to get the last pipeline completed succesfully

pipelines/?target.branch=master

&fields=values.build_number,values.state.result.name,values.target.commit.hash

&sort=-created_on

&pagelen=1

&q=(state.name = "COMPLETED" AND state.result.name = "SUCCESSFUL")

that translates to the following URL encoded string

pipelines/?target.branch=master&fields=values.build_number,values.state.result.name,values.target.commit.hash&sort=-created_on&pagelen=1&q=%28state.name%20%3D%20%22COMPLETED%22%20AND%20state.result.name%20%3D%20%22SUCCESSFUL%22%29

While the other query fields do work, it seems that the query filter q=(state.name = "COMPLETED" AND state.result.name = "SUCCESSFUL") does not have any effect.

Please advise what query I must use to get the last successfully completed pipeline in the master branch.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 21, 2022

Hi @Adrian Moica,

I'm afraid that filtering does not work with Pipelines API endpoint. You may be able to filter the results using another tool that filters JSON data, like jq, and then use the following API endpoint to trigger a pipelines build:

We have a feature request for the ability to filter the results in pipelines API endpoint:

If you'd be interested in this feature, I would suggest adding your vote there (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature requests. 

Kind regards, 
Caroline 

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events