REST API promote IDEA to Demand to Enhancement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 04:10 PM
Hello,
I'm attempting to use Python and the REST API to automate some things in our system. The goal would be to automatically promote a submitted IDEA to a demand then to an Enhancement, reading in some of the data for required fields from another system [once a trigger is met] and finally closing the Enhancement.
From my understanding, when an IDEA is promoted to a Demand, a new row is created in the dmn_demand table. That Demand is then referenced in the "Task" field of the IDEA when it's moved to "Accepted" I see I can use the Table API to create a new row in the dmn_demand and rm_enhacement tables, but those tables are quite wide and would require reading in a fair amount of fields to populate all necessary columns.
So my question is: is there a REST API I can call to perform the promotions I'm attempting instead of using the Table API as described above?