GetJobs activity Filter property Syntax

Hi Everyone,

About the 'Get Jobs 'activity, it seems that mine is getting the list/results from jobs starting from the latest which has been moooonths ago.

I believe it will be under the ‘Filter’ property of course but, it’s just that I don’t have the syntax for that part/query. I usually use '"Release/Name eq ‘myVariable’ "

What If I wanted to use/replace ‘Release/Name’ by a specific date value, how/what the syntax would be?

Thanks in advance!

Hi @MARIODC,

You could try filtering by created date, something like this: CreationTime gt 2020-01-20T00:00:00Z

If you don’t know how to use it, this thread may help you:

1 Like

Hi @nerlichman,

That’s the type of info I was looking for, thank GOD!

Now I know another word that it could be used inside the query. I even posted a new article about the words we can use since all the sites I found gives something else but not the first words to start the query with, here’s my list so far if it helps for future reference to anyone:

Release/Name
State
CreationTime
Substring
Contains

Be Safe!

1 Like

That’s awesome, happy to have helped!

It’s great you’re creating that reference, don’t forget to post it in the Tutorials category!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.