Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #14962 REST API does not provide an easy way to use legacy field full project description
    Infos
    #14962
    Marie Ange Garnier (marieange)
    2020-06-22 10:52
    2020-06-08 14:30
    16222
    Details
    REST API does not provide an easy way to use legacy field full project description
    Given my project has legacy project fields

    INSERT INTO group_desc SET \
    group_desc_id='101' , \
    desc_required='1' , \
    desc_name='project_desc_name:full_desc' , \
    desc_description='project_desc_desc:full_desc' , \
    desc_rank='10' , \
    desc_type='text';

    INSERT INTO group_desc SET \
    group_desc_id='104' , \
    desc_required='0' , \
    desc_name='project_desc_name:other_comments' , \
    desc_description='project_desc_desc:other_comments' , \
    desc_rank='100' , \
    desc_type='text';

    When I use REST API I do not have a easy way to know how to use this fields in the new project creation REST route

    The same issue occurs if I have defined personalized field, I can not retrieve the information I need to use the POST project/ route
    Other
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Lorentz Romain (lorentzr)
    Closed
    2020-06-22
    Attachments
    Empty
    References
    Referenced by request #14962

    Follow-ups

    User avatar
    This patch is under review : gerrit #19204

    • Status changed from New to Under review
    • Assigned to changed from Marie Ange Garnier (marieange) to Lorentz Romain (lorentzr)
    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes