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
Hi, Is There A Way To Move Existing Pipelines Between Projects? Use Case: I Want To Utilize The New Pipeline Grouping Option And View Them By Project Name. Thing Is, I Accidently Named A Few Of Them Wrongly And It Messes Up The Grouping. Of Course I Can

hi,
Is there a way to move existing pipelines between projects?
Use case: I want to utilize the new pipeline grouping option and view them by project name. Thing is, I accidently named a few of them wrongly and it messes up the grouping. Of course I can just ignore these and make sure new runs are with the correct names, but I did hope for a "move to project" button in the GUI to make things cleaner right away.

  
  
Posted 10 months ago
Votes Newest

Answers 5


Is there a way to move existing pipelines between projects?

You should be able to, go to your settings page and turn on "show hidden folders"
Then go to your project, you should see " .pipeline " sub project there, right click it and move it to another folder.

  
  
Posted 10 months ago

Hi @<1523701235335565312:profile|HugeArcticwolf77> , looks like there is no such capability through the UI if I'm not wrong. You should, however be able to move everything via the API, I would however suggest making sure you move ALL parts of the pipeline and not just the controller.

Makes sense?

  
  
Posted 10 months ago

makes sense, just wanted to make sure I'm not missing anything obvious. I'll probably just avoid the pipeline grouping view for now. Thanks anyway

  
  
Posted 10 months ago

@<1523701235335565312:profile|HugeArcticwolf77> , I would suggest opening a feature request on GitHub for this 🙂

  
  
Posted 10 months ago

@<1523701205467926528:profile|AgitatedDove14> exactly what I was looking for. Thanks!

  
  
Posted 10 months ago
562 Views
5 Answers
10 months ago
10 months ago
Tags