Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Development
  1. OpenProject
  2. Forums
  3. Development
  4. How to get Grid Id by the query id

How to get Grid Id by the query id

Added by Sukhdev Pawar 11 months ago

I have a query id and based on that I have to get all queries that are in the same grid. The exact requirement is:
 I have a grid that has 4 queries and also I have customField in work-package. So when I enter queryName in my customField1 it should be moved to that query in the same board.

e.g.
Project Board have queries: TO DO, Open, InProgress, Closed,
there is work package in TO DO, now I updated the customField1=Open, So it should be moved to the Open query. 

So i will remove row for old query and will create new row for Open Query in ordered_work_pakcage table


Loading...