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
Hey, Have Anybody Tried Writing An Automated Pipeline For Automatically Linking Experiments With Jira Issues Using Tags Or Task Name Prefixes? Seems Like A Cool Feature To Have.

Hey, have anybody tried writing an automated pipeline for automatically linking experiments with Jira issues using tags or task name prefixes?
Seems like a cool feature to have.
image
image

  
  
Posted 5 months ago
Votes Newest

Answers 2


I think the more general solution would be creating integration with Zapier.

This way user would be able to customize his own triggers for events like "on experiment status changed", "on tag added" and so on

The first automation I would write for myself would probably be "on tag added" -> "if tag in Jira ids" -> "reference the experiment URL in Jira issue"

  
  
Posted 5 months ago

@<1523701137134325760:profile|CharmingStarfish14> ,interesting, so what are you suggesting? Creating Jira tasks from special tags on ClearML?

  
  
Posted 5 months ago
295 Views
2 Answers
5 months ago
5 months ago
Tags