Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
How Can I Access The Commit And Uncommitted Changes Information Displayed On The Webapp On The Execution Tab Of A Task? I Don'T See Corresponding Functions In The Sdk To Get That Data.

How can I access the commit and uncommitted changes information displayed on the WebApp on the execution tab of a task?

I don't see corresponding functions in the SDK to get that data.

  
  
Posted one month ago
Votes Newest

Answers 4


Task.export_task() will contains what you are looking for.
In this case ['script']['diff']

  
  
Posted one month ago

This here.. I know how to get the source code info, but it doesn't include the commit ID. And I also cannot access the uncommitted changes.
image

  
  
Posted one month ago

I see

  
  
Posted one month ago

Thanks!

  
  
Posted one month ago
135 Views
4 Answers
one month ago
one month ago
Tags