openapi: 3.1.0 info: title: Aha! Account backups Features API version: 1.0.0 description: Complete API documentation for Aha! generated from actual test responses contact: name: Aha! Support url: https://www.aha.io/support servers: - url: https://{account-domain}.aha.io/api/v1 description: Aha! API Server variables: account-domain: description: Your Aha! account domain default: company security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] tags: - name: Features paths: /api/v1/features/{id}: get: summary: Get a specific feature description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: id in: path required: true schema: type: string description: Id identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: feature: id: '1007868956' name: Feature 1 reference_num: PRJ1-1 initiative_reference_num: PRJ1-S-1 release_reference_num: PRJ1-R-1 epic_reference_num: PRJ1-E-1 position: 1 score: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: '2019-01-01' due_date: '2019-01-01' product_id: '131414752' progress: null progress_source: progress_manual status_changed_on: null created_by_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_kind: id: '98484309' name: New workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 description: id: '793547626' body: Body of note 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: - id: '630489833' download_url: https://company.aha.io/attachments/630489833/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: application/excel file_name: spreadsheet_file.xlsx file_size: 123 - id: '724655692' download_url: https://company.aha.io/attachments/724655692/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 attachments: [] integration_fields: - id: '92040219' name: url value: https://bigaha.atlassian.net/issues/JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '728894778' name: key value: JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '846945422' name: id value: '435' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 release: id: '278327321' reference_num: PRJ1-R-1 name: Release 1 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '131414752' integration_fields: - id: '68217473' name: id value: '777' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/releases/PRJ1-R-1 resource: http://company.aha.io/api/v1/releases/PRJ1-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 master_feature: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 belongs_to_release_phase: id: '20526005' name: Alpha start_on: '2019-01-01' end_on: '2019-01-01' type: phase release_id: 278327321 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null progress_source: progress_manual duration_source: duration_manual description: id: '243384959' body: Description of release phase 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] epic: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false requirements: - id: '96915428' name: Body of requirement 2 reference_num: PRJ1-1-2 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '1025247908' name: Shipped position: 5 complete: true color: '#ecdd8f' url: http://company.aha.io/requirements/PRJ1-1-2 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-2 description: id: '6776881149487303525' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 - id: '483368544' name: Body of requirement 1 reference_num: PRJ1-1-1 position: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' url: http://company.aha.io/requirements/PRJ1-1-1 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-1 description: id: '910541534' body: Body of requirement 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: - id: 848810602 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 731808726 key: requested_by name: Requested By updatedAt: '2019-01-01T00:00:00Z' value: TK type: string integration_fields: - id: '32487847' name: key value: JRA-987 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '417785887' name: id value: '991' integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '803330186' name: aha::remote_entity value: issue_10100 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' comments_count: 1 - id: '851574643' name: Body of requirement 3 reference_num: PRJ1-1-3 position: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '922838743' name: Not started position: 8 complete: false color: '#dce790' url: http://company.aha.io/requirements/PRJ1-1-3 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-3 description: id: '6776881149485217306' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 initiative: id: '423077122' reference_num: PRJ1-S-1 name: Initiative 1 url: http://company.aha.io/initiatives/PRJ1-S-1 resource: http://company.aha.io/api/v1/initiatives/PRJ1-S-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '673273729' body: Description of initiative 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] integration_fields: - id: '546711007' name: id value: '9913333' integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '966751335' name: key value: JRA-987222 integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' goals: - id: '602095703' name: Goal 1 url: http://company.aha.io/strategic_imperatives/DEMOENT-G-1 resource: http://company.aha.io/api/v1/goals/DEMOENT-G-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '166463080' body: Description of goal 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] key_results: - id: '631791848' name: KR 1 reference_num: DEMOENT-G-1-KR-1 url: http://company.aha.io/key_results/DEMOENT-G-1-KR-1 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null target_metric: 100% starting_metric: 5% current_metric: 20% comments_count: 1 score_facts: - id: '728895917' value: 1 name: Effort - id: '846938137' value: 2 name: Benefit tags: - Engineering - Infrastructure full_tags: - id: 3412727 name: Engineering color: '#e09052' - id: 775582684 name: Infrastructure color: '#7552e0' custom_fields: - id: 1051489895 key: equation_specs_field name: Equation specs field updatedAt: '2019-01-01T00:00:00Z' value: values: '123': value: 10 name: a display_value: '10.0' '456': value: Foobar name: b display_value: Foobar '789': value: null name: '789' display_value: null type: equation_sheet - id: 621325984 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 694694494 key: negative_scorecard name: Negative custom scorecard updatedAt: '2019-01-01T00:00:00Z' value: 31 type: scorecard score_facts: - id: '462102328' value: 6 name: Negative default value - id: 736691743 key: upload name: Upload updatedAt: '2019-01-01T00:00:00Z' attachments: - id: '471688235' download_url: https://company.aha.io/attachments/471688235/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 type: attachment feature_links: - link_type: Depends on link_type_id: 20 created_at: '2019-01-01T00:00:00.000Z' parent_record: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' child_record: id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' feature_only_original_estimate: null feature_only_remaining_estimate: null feature_only_work_done: null security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] delete: summary: Delete a feature description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: id in: path required: true schema: type: string description: Id identifier responses: '204': description: No content - operation successful security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/releases/{release_id}/features: post: summary: Create a feature description: Creates a new feature in a release with full details including assignee and description tags: - Features parameters: - name: release_id in: path required: true schema: type: string description: ReleaseId identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesPostResponse' example: feature: id: '6776881149496854993' name: New feature reference_num: PRJ1-251 initiative_reference_num: null release_reference_num: PRJ1-R-1 epic_reference_num: null position: 1 score: 13 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: null due_date: null product_id: '131414752' progress: 0 progress_source: progress_manual status_changed_on: '2019-01-01' created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_kind: id: '98484309' name: New workflow_status: id: '962984386' name: Designed position: 2 complete: false color: '#ecdd8f' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 description: id: '6776881149494125544' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] attachments: [] integration_fields: [] url: http://company.aha.io/features/PRJ1-251 resource: http://company.aha.io/api/v1/features/PRJ1-251 release: id: '278327321' reference_num: PRJ1-R-1 name: Release 1 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '131414752' integration_fields: - id: '68217473' name: id value: '777' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/releases/PRJ1-R-1 resource: http://company.aha.io/api/v1/releases/PRJ1-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 assigned_to_user: id: '689956296' name: Henry Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: true requirements: [] goals: [] key_results: [] comments_count: 0 score_facts: - id: '6776881149484679393' value: 3 name: Effort - id: '6776881149490073185' value: 10 name: Benefit tags: [] full_tags: [] custom_fields: [] feature_links: [] workflow_status_times: - status_id: '962984386' status_name: Designed started_at: '2019-01-01T00:00:00.000Z' ended_at: null feature_only_original_estimate: null feature_only_remaining_estimate: null feature_only_work_done: null security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/FeaturesPostRequest' example: feature: name: New name workflow_kind: new workflow_status: name: Designed description:

This is the description

assigned_to_user: email: no-reply@aha.io get: summary: List features in a release description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: release_id in: path required: true schema: type: string description: ReleaseId identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: features: - id: '209201304' reference_num: PRJ1-4 name: Another Fourth Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-4 resource: http://company.aha.io/api/v1/features/PRJ1-4 product_id: '131414752' - id: '303873333' reference_num: PRJ1-3 name: Another Third Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-3 resource: http://company.aha.io/api/v1/features/PRJ1-3 product_id: '131414752' - id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' - id: '998184963' reference_num: PRJ1-5 name: Another Fifth Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-5 resource: http://company.aha.io/api/v1/features/PRJ1-5 product_id: '131414752' - id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' pagination: total_records: 5 total_pages: 1 current_page: 1 security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/features: get: summary: List features description: Retrieves a paginated list of all features across the account with optional filtering and field selection tags: - Features parameters: [] responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: features: - id: '101074039' reference_num: PRJ2-1 name: A feature in project 2 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ2-1 resource: http://company.aha.io/api/v1/features/PRJ2-1 product_id: '517761884' - id: '209201304' reference_num: PRJ1-4 name: Another Fourth Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-4 resource: http://company.aha.io/api/v1/features/PRJ1-4 product_id: '131414752' - id: '229579240' reference_num: PRJ3-1 name: Feature without Requirements created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ3-1 resource: http://company.aha.io/api/v1/features/PRJ3-1 product_id: '702241743' - id: '303873333' reference_num: PRJ1-3 name: Another Third Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-3 resource: http://company.aha.io/api/v1/features/PRJ1-3 product_id: '131414752' - id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' - id: '959120953' reference_num: PRJ3-2 name: A third Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ3-2 resource: http://company.aha.io/api/v1/features/PRJ3-2 product_id: '702241743' - id: '998184963' reference_num: PRJ1-5 name: Another Fifth Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-5 resource: http://company.aha.io/api/v1/features/PRJ1-5 product_id: '131414752' - id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' pagination: total_records: 8 total_pages: 1 current_page: 1 security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/epics/{epic_id}/features: get: summary: List features in an epic description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: epic_id in: path required: true schema: type: string description: EpicId identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: features: - id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' pagination: total_records: 1 total_pages: 1 current_page: 1 security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/products/{product_id}/features: get: summary: List features in a product description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: product_id in: path required: true schema: type: string description: ProductId identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: features: - id: '209201304' reference_num: PRJ1-4 name: Another Fourth Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-4 resource: http://company.aha.io/api/v1/features/PRJ1-4 product_id: '131414752' - id: '303873333' reference_num: PRJ1-3 name: Another Third Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-3 resource: http://company.aha.io/api/v1/features/PRJ1-3 product_id: '131414752' - id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' - id: '998184963' reference_num: PRJ1-5 name: Another Fifth Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-5 resource: http://company.aha.io/api/v1/features/PRJ1-5 product_id: '131414752' - id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' pagination: total_records: 5 total_pages: 1 current_page: 1 security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/goals/{goal_id}/features: get: summary: List features associated with a goal description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: goal_id in: path required: true schema: type: string description: GoalId identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: features: - id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' pagination: total_records: 1 total_pages: 1 current_page: 1 security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/initiatives/{initiative_id}/features: get: summary: List features associated with an initiative description: 'Features belong to releases. This means that if you want to [create one](/api/resources/features/create_a_feature) then you must scope it to a release. You can return a result set which is unfiltered, or filter by [release](/api/resources/features/list_features_in_a_release) , [product](/api/resources/features/list_features_in_a_product) , or [epic](/api/resources/features/list_features_in_an_epic). All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee. Once you have the id of a specific feature, you can [inspect](/api/resources/features/get_a_specific_feature), [modify](/api/resources/features/update_a_feature), or [delete](/api/resources/features/delete_a_feature) them on the root features resource.' tags: - Features parameters: - name: initiative_id in: path required: true schema: type: string description: InitiativeId identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesGetResponse' example: features: - id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' pagination: total_records: 1 total_pages: 1 current_page: 1 security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] /api/v1/features/{id}/convert_to_epic: post: summary: Convert a feature to an epic description: Converts an existing feature into an epic, maintaining all relationships and data tags: - Features parameters: - name: id in: path required: true schema: type: string description: Id identifier responses: '200': description: Successful operation headers: Content-Type: description: application/json; charset=utf-8 schema: type: string content: application/json; charset=utf-8: schema: $ref: '#/components/schemas/FeaturesPostResponse' example: ? '' : id: '6776881149483859492' name: A feature in project 2 reference_num: PRJ2-E-251 initiative_reference_num: null position: 1000 score: 0 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: null due_date: null product_id: '517761884' progress: 0 progress_source: progress_manual duration_source: duration_manual status_changed_on: '2019-01-01' created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '962984386' name: Designed position: 2 complete: false color: '#ecdd8f' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 description: id: '6776881149487582254' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] attachments: [] integration_fields: [] url: http://company.aha.io/epics/PRJ2-E-251 resource: http://company.aha.io/api/v1/epics/PRJ2-E-251 release: id: '1000426269' reference_num: PRJ2-R-1 name: Release 2 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '517761884' integration_fields: [] url: http://company.aha.io/releases/PRJ2-R-1 resource: http://company.aha.io/api/v1/releases/PRJ2-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false features: [] goals: [] key_results: [] comments_count: 0 score_facts: [] tags: [] full_tags: [] custom_fields: [] workflow_status_times: - status_id: '962984386' status_name: Designed started_at: '2019-01-01T00:00:00.000Z' ended_at: null _links: [] master_feature_only_original_estimate: null master_feature_only_remaining_estimate: null master_feature_only_work_done: null epic_only_original_estimate: null epic_only_remaining_estimate: null epic_only_work_done: null security: - OAuth2: [] - ApiKeyAuth: [] - CookieAuth: [] components: schemas: FeaturesGetResponse: type: object properties: feature: type: object properties: id: type: string example: '1007868956' name: type: string example: Feature 1 reference_num: type: string example: PRJ1-1 initiative_reference_num: type: string example: PRJ1-S-1 release_reference_num: type: string example: PRJ1-R-1 epic_reference_num: type: string example: PRJ1-E-1 position: type: integer example: 1 score: type: integer example: 3 created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' start_date: type: string example: '2019-01-01' due_date: type: string example: '2019-01-01' product_id: type: string example: '131414752' progress: type: 'null' progress_source: type: string example: progress_manual status_changed_on: type: 'null' created_by_user: type: object properties: id: type: string example: '16338845' name: type: string example: John Smith email: type: string example: no-reply@aha.io created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' example: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_kind: type: object properties: id: type: string example: '98484309' name: type: string example: New example: id: '98484309' name: New workflow_status: type: object properties: id: type: string example: '934242751' name: type: string example: New position: type: integer example: 1 complete: type: boolean example: false color: type: string example: '#dce7c6' example: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' project: type: object properties: id: type: string example: '131414752' reference_prefix: type: string example: PRJ1 name: type: string example: Project 1 product_line: type: boolean example: false created_at: type: string example: '2019-01-01T00:00:00.000Z' workspace_type: type: string example: product_workspace url: type: string example: http://company.aha.io/projects/PRJ1 example: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 description: type: object properties: id: type: string example: '793547626' body: type: string example: Body of note 1 editor_version: type: integer example: 1 created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' attachments: type: array items: type: string example: - id: '630489833' download_url: https://company.aha.io/attachments/630489833/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: application/excel file_name: spreadsheet_file.xlsx file_size: 123 - id: '724655692' download_url: https://company.aha.io/attachments/724655692/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 example: id: '793547626' body: Body of note 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: - id: '630489833' download_url: https://company.aha.io/attachments/630489833/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: application/excel file_name: spreadsheet_file.xlsx file_size: 123 - id: '724655692' download_url: https://company.aha.io/attachments/724655692/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 attachments: type: array items: {} integration_fields: type: array items: type: object properties: id: type: string name: type: string value: type: string integration_id: type: string service_name: type: string created_at: type: string example: id: '92040219' name: url value: https://bigaha.atlassian.net/issues/JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' example: - id: '92040219' name: url value: https://bigaha.atlassian.net/issues/JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '728894778' name: key value: JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '846945422' name: id value: '435' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: type: string example: http://company.aha.io/features/PRJ1-1 resource: type: string example: http://company.aha.io/api/v1/features/PRJ1-1 release: type: object properties: id: type: string example: '278327321' reference_num: type: string example: PRJ1-R-1 name: type: string example: Release 1 start_date: type: string example: '2019-01-01' release_date: type: string example: '2019-01-01' parking_lot: type: boolean example: false created_at: type: string example: '2019-01-01T00:00:00.000Z' product_id: type: string example: '131414752' integration_fields: type: array items: type: string example: - id: '68217473' name: id value: '777' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: type: string example: http://company.aha.io/releases/PRJ1-R-1 resource: type: string example: http://company.aha.io/api/v1/releases/PRJ1-R-1 owner: type: object properties: id: type: string name: type: string email: type: string created_at: type: string updated_at: type: string example: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: type: object properties: id: type: string reference_prefix: type: string name: type: string product_line: type: string created_at: type: string workspace_type: type: string url: type: string example: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 example: id: '278327321' reference_num: PRJ1-R-1 name: Release 1 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '131414752' integration_fields: - id: '68217473' name: id value: '777' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/releases/PRJ1-R-1 resource: http://company.aha.io/api/v1/releases/PRJ1-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 master_feature: type: object properties: id: type: string example: '999605892' reference_num: type: string example: PRJ1-E-1 name: type: string example: Epic 1 created_at: type: string example: '2019-01-01T00:00:00.000Z' url: type: string example: http://company.aha.io/epics/PRJ1-E-1 resource: type: string example: http://company.aha.io/api/v1/epics/PRJ1-E-1 example: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 belongs_to_release_phase: type: object properties: id: type: string example: '20526005' name: type: string example: Alpha start_on: type: string example: '2019-01-01' end_on: type: string example: '2019-01-01' type: type: string example: phase release_id: type: integer example: 278327321 created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' progress: type: 'null' progress_source: type: string example: progress_manual duration_source: type: string example: duration_manual description: type: object properties: id: type: string body: type: string editor_version: type: string created_at: type: string updated_at: type: string attachments: type: string example: id: '243384959' body: Description of release phase 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] example: id: '20526005' name: Alpha start_on: '2019-01-01' end_on: '2019-01-01' type: phase release_id: 278327321 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null progress_source: progress_manual duration_source: duration_manual description: id: '243384959' body: Description of release phase 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] epic: type: object properties: id: type: string example: '999605892' reference_num: type: string example: PRJ1-E-1 name: type: string example: Epic 1 created_at: type: string example: '2019-01-01T00:00:00.000Z' url: type: string example: http://company.aha.io/epics/PRJ1-E-1 resource: type: string example: http://company.aha.io/api/v1/epics/PRJ1-E-1 example: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 assigned_to_user: type: object properties: id: type: string example: '16338845' name: type: string example: John Smith email: type: string example: no-reply@aha.io created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' default_assignee: type: boolean example: false example: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false requirements: type: array items: type: object properties: id: type: string name: type: string reference_num: type: string position: type: string created_at: type: string updated_at: type: string release_id: type: string created_by_user: type: string workflow_status: type: string url: type: string resource: type: string description: type: string feature: type: string assigned_to_user: type: string attachments: type: string tags: type: string full_tags: type: string custom_fields: type: string integration_fields: type: string comments_count: type: string example: id: '96915428' name: Body of requirement 2 reference_num: PRJ1-1-2 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '1025247908' name: Shipped position: 5 complete: true color: '#ecdd8f' url: http://company.aha.io/requirements/PRJ1-1-2 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-2 description: id: '6776881149487303525' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 example: - id: '96915428' name: Body of requirement 2 reference_num: PRJ1-1-2 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '1025247908' name: Shipped position: 5 complete: true color: '#ecdd8f' url: http://company.aha.io/requirements/PRJ1-1-2 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-2 description: id: '6776881149487303525' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 - id: '483368544' name: Body of requirement 1 reference_num: PRJ1-1-1 position: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' url: http://company.aha.io/requirements/PRJ1-1-1 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-1 description: id: '910541534' body: Body of requirement 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: - id: 848810602 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 731808726 key: requested_by name: Requested By updatedAt: '2019-01-01T00:00:00Z' value: TK type: string integration_fields: - id: '32487847' name: key value: JRA-987 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '417785887' name: id value: '991' integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '803330186' name: aha::remote_entity value: issue_10100 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' comments_count: 1 - id: '851574643' name: Body of requirement 3 reference_num: PRJ1-1-3 position: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '922838743' name: Not started position: 8 complete: false color: '#dce790' url: http://company.aha.io/requirements/PRJ1-1-3 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-3 description: id: '6776881149485217306' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 initiative: type: object properties: id: type: string example: '423077122' reference_num: type: string example: PRJ1-S-1 name: type: string example: Initiative 1 url: type: string example: http://company.aha.io/initiatives/PRJ1-S-1 resource: type: string example: http://company.aha.io/api/v1/initiatives/PRJ1-S-1 created_at: type: string example: '2019-01-01T00:00:00.000Z' description: type: object properties: id: type: string body: type: string editor_version: type: string created_at: type: string updated_at: type: string attachments: type: string example: id: '673273729' body: Description of initiative 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] integration_fields: type: array items: type: string example: - id: '546711007' name: id value: '9913333' integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '966751335' name: key value: JRA-987222 integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' example: id: '423077122' reference_num: PRJ1-S-1 name: Initiative 1 url: http://company.aha.io/initiatives/PRJ1-S-1 resource: http://company.aha.io/api/v1/initiatives/PRJ1-S-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '673273729' body: Description of initiative 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] integration_fields: - id: '546711007' name: id value: '9913333' integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '966751335' name: key value: JRA-987222 integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' goals: type: array items: type: object properties: id: type: string name: type: string url: type: string resource: type: string created_at: type: string description: type: string example: id: '602095703' name: Goal 1 url: http://company.aha.io/strategic_imperatives/DEMOENT-G-1 resource: http://company.aha.io/api/v1/goals/DEMOENT-G-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '166463080' body: Description of goal 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] example: - id: '602095703' name: Goal 1 url: http://company.aha.io/strategic_imperatives/DEMOENT-G-1 resource: http://company.aha.io/api/v1/goals/DEMOENT-G-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '166463080' body: Description of goal 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] key_results: type: array items: type: object properties: id: type: string name: type: string reference_num: type: string url: type: string position: type: string created_at: type: string updated_at: type: string progress: type: 'null' target_metric: type: string starting_metric: type: string current_metric: type: string example: id: '631791848' name: KR 1 reference_num: DEMOENT-G-1-KR-1 url: http://company.aha.io/key_results/DEMOENT-G-1-KR-1 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null target_metric: 100% starting_metric: 5% current_metric: 20% example: - id: '631791848' name: KR 1 reference_num: DEMOENT-G-1-KR-1 url: http://company.aha.io/key_results/DEMOENT-G-1-KR-1 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null target_metric: 100% starting_metric: 5% current_metric: 20% comments_count: type: integer example: 1 score_facts: type: array items: type: object properties: id: type: string value: type: string name: type: string example: id: '728895917' value: 1 name: Effort example: - id: '728895917' value: 1 name: Effort - id: '846938137' value: 2 name: Benefit tags: type: array items: type: string example: Engineering example: - Engineering - Infrastructure full_tags: type: array items: type: object properties: id: type: string name: type: string color: type: string example: id: 3412727 name: Engineering color: '#e09052' example: - id: 3412727 name: Engineering color: '#e09052' - id: 775582684 name: Infrastructure color: '#7552e0' custom_fields: type: array items: type: object properties: id: type: string key: type: string name: type: string updatedAt: type: string value: type: string type: type: string example: id: 1051489895 key: equation_specs_field name: Equation specs field updatedAt: '2019-01-01T00:00:00Z' value: values: '123': value: 10 name: a display_value: '10.0' '456': value: Foobar name: b display_value: Foobar '789': value: null name: '789' display_value: null type: equation_sheet example: - id: 1051489895 key: equation_specs_field name: Equation specs field updatedAt: '2019-01-01T00:00:00Z' value: values: '123': value: 10 name: a display_value: '10.0' '456': value: Foobar name: b display_value: Foobar '789': value: null name: '789' display_value: null type: equation_sheet - id: 621325984 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 694694494 key: negative_scorecard name: Negative custom scorecard updatedAt: '2019-01-01T00:00:00Z' value: 31 type: scorecard score_facts: - id: '462102328' value: 6 name: Negative default value - id: 736691743 key: upload name: Upload updatedAt: '2019-01-01T00:00:00Z' attachments: - id: '471688235' download_url: https://company.aha.io/attachments/471688235/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 type: attachment feature_links: type: array items: type: object properties: link_type: type: string link_type_id: type: string created_at: type: string parent_record: type: string child_record: type: string example: link_type: Depends on link_type_id: 20 created_at: '2019-01-01T00:00:00.000Z' parent_record: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' child_record: id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' example: - link_type: Depends on link_type_id: 20 created_at: '2019-01-01T00:00:00.000Z' parent_record: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' child_record: id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' feature_only_original_estimate: type: 'null' feature_only_remaining_estimate: type: 'null' feature_only_work_done: type: 'null' example: id: '1007868956' name: Feature 1 reference_num: PRJ1-1 initiative_reference_num: PRJ1-S-1 release_reference_num: PRJ1-R-1 epic_reference_num: PRJ1-E-1 position: 1 score: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: '2019-01-01' due_date: '2019-01-01' product_id: '131414752' progress: null progress_source: progress_manual status_changed_on: null created_by_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_kind: id: '98484309' name: New workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 description: id: '793547626' body: Body of note 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: - id: '630489833' download_url: https://company.aha.io/attachments/630489833/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: application/excel file_name: spreadsheet_file.xlsx file_size: 123 - id: '724655692' download_url: https://company.aha.io/attachments/724655692/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 attachments: [] integration_fields: - id: '92040219' name: url value: https://bigaha.atlassian.net/issues/JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '728894778' name: key value: JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '846945422' name: id value: '435' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 release: id: '278327321' reference_num: PRJ1-R-1 name: Release 1 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '131414752' integration_fields: - id: '68217473' name: id value: '777' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/releases/PRJ1-R-1 resource: http://company.aha.io/api/v1/releases/PRJ1-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 master_feature: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 belongs_to_release_phase: id: '20526005' name: Alpha start_on: '2019-01-01' end_on: '2019-01-01' type: phase release_id: 278327321 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null progress_source: progress_manual duration_source: duration_manual description: id: '243384959' body: Description of release phase 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] epic: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false requirements: - id: '96915428' name: Body of requirement 2 reference_num: PRJ1-1-2 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '1025247908' name: Shipped position: 5 complete: true color: '#ecdd8f' url: http://company.aha.io/requirements/PRJ1-1-2 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-2 description: id: '6776881149487303525' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 - id: '483368544' name: Body of requirement 1 reference_num: PRJ1-1-1 position: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' url: http://company.aha.io/requirements/PRJ1-1-1 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-1 description: id: '910541534' body: Body of requirement 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: - id: 848810602 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 731808726 key: requested_by name: Requested By updatedAt: '2019-01-01T00:00:00Z' value: TK type: string integration_fields: - id: '32487847' name: key value: JRA-987 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '417785887' name: id value: '991' integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '803330186' name: aha::remote_entity value: issue_10100 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' comments_count: 1 - id: '851574643' name: Body of requirement 3 reference_num: PRJ1-1-3 position: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '922838743' name: Not started position: 8 complete: false color: '#dce790' url: http://company.aha.io/requirements/PRJ1-1-3 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-3 description: id: '6776881149485217306' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 initiative: id: '423077122' reference_num: PRJ1-S-1 name: Initiative 1 url: http://company.aha.io/initiatives/PRJ1-S-1 resource: http://company.aha.io/api/v1/initiatives/PRJ1-S-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '673273729' body: Description of initiative 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] integration_fields: - id: '546711007' name: id value: '9913333' integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '966751335' name: key value: JRA-987222 integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' goals: - id: '602095703' name: Goal 1 url: http://company.aha.io/strategic_imperatives/DEMOENT-G-1 resource: http://company.aha.io/api/v1/goals/DEMOENT-G-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '166463080' body: Description of goal 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] key_results: - id: '631791848' name: KR 1 reference_num: DEMOENT-G-1-KR-1 url: http://company.aha.io/key_results/DEMOENT-G-1-KR-1 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null target_metric: 100% starting_metric: 5% current_metric: 20% comments_count: 1 score_facts: - id: '728895917' value: 1 name: Effort - id: '846938137' value: 2 name: Benefit tags: - Engineering - Infrastructure full_tags: - id: 3412727 name: Engineering color: '#e09052' - id: 775582684 name: Infrastructure color: '#7552e0' custom_fields: - id: 1051489895 key: equation_specs_field name: Equation specs field updatedAt: '2019-01-01T00:00:00Z' value: values: '123': value: 10 name: a display_value: '10.0' '456': value: Foobar name: b display_value: Foobar '789': value: null name: '789' display_value: null type: equation_sheet - id: 621325984 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 694694494 key: negative_scorecard name: Negative custom scorecard updatedAt: '2019-01-01T00:00:00Z' value: 31 type: scorecard score_facts: - id: '462102328' value: 6 name: Negative default value - id: 736691743 key: upload name: Upload updatedAt: '2019-01-01T00:00:00Z' attachments: - id: '471688235' download_url: https://company.aha.io/attachments/471688235/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 type: attachment feature_links: - link_type: Depends on link_type_id: 20 created_at: '2019-01-01T00:00:00.000Z' parent_record: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' child_record: id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' feature_only_original_estimate: null feature_only_remaining_estimate: null feature_only_work_done: null example: feature: id: '1007868956' name: Feature 1 reference_num: PRJ1-1 initiative_reference_num: PRJ1-S-1 release_reference_num: PRJ1-R-1 epic_reference_num: PRJ1-E-1 position: 1 score: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: '2019-01-01' due_date: '2019-01-01' product_id: '131414752' progress: null progress_source: progress_manual status_changed_on: null created_by_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_kind: id: '98484309' name: New workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 description: id: '793547626' body: Body of note 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: - id: '630489833' download_url: https://company.aha.io/attachments/630489833/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: application/excel file_name: spreadsheet_file.xlsx file_size: 123 - id: '724655692' download_url: https://company.aha.io/attachments/724655692/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 attachments: [] integration_fields: - id: '92040219' name: url value: https://bigaha.atlassian.net/issues/JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '728894778' name: key value: JRA-123 integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '846945422' name: id value: '435' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 release: id: '278327321' reference_num: PRJ1-R-1 name: Release 1 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '131414752' integration_fields: - id: '68217473' name: id value: '777' integration_id: 204584239 service_name: jira created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/releases/PRJ1-R-1 resource: http://company.aha.io/api/v1/releases/PRJ1-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '131414752' reference_prefix: PRJ1 name: Project 1 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ1 master_feature: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 belongs_to_release_phase: id: '20526005' name: Alpha start_on: '2019-01-01' end_on: '2019-01-01' type: phase release_id: 278327321 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null progress_source: progress_manual duration_source: duration_manual description: id: '243384959' body: Description of release phase 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] epic: id: '999605892' reference_num: PRJ1-E-1 name: Epic 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/epics/PRJ1-E-1 resource: http://company.aha.io/api/v1/epics/PRJ1-E-1 assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false requirements: - id: '96915428' name: Body of requirement 2 reference_num: PRJ1-1-2 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '1025247908' name: Shipped position: 5 complete: true color: '#ecdd8f' url: http://company.aha.io/requirements/PRJ1-1-2 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-2 description: id: '6776881149487303525' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 - id: '483368544' name: Body of requirement 1 reference_num: PRJ1-1-1 position: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '934242751' name: New position: 1 complete: false color: '#dce7c6' url: http://company.aha.io/requirements/PRJ1-1-1 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-1 description: id: '910541534' body: Body of requirement 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: - id: 848810602 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 731808726 key: requested_by name: Requested By updatedAt: '2019-01-01T00:00:00Z' value: TK type: string integration_fields: - id: '32487847' name: key value: JRA-987 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '417785887' name: id value: '991' integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '803330186' name: aha::remote_entity value: issue_10100 integration_id: 342659513 service_name: jira created_at: '2019-01-01T00:00:00.000Z' comments_count: 1 - id: '851574643' name: Body of requirement 3 reference_num: PRJ1-1-3 position: 3 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' release_id: 278327321 created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '922838743' name: Not started position: 8 complete: false color: '#dce790' url: http://company.aha.io/requirements/PRJ1-1-3 resource: http://company.aha.io/api/v1/requirements/PRJ1-1-3 description: id: '6776881149485217306' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] feature: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false attachments: [] tags: [] full_tags: [] custom_fields: [] integration_fields: [] comments_count: 0 initiative: id: '423077122' reference_num: PRJ1-S-1 name: Initiative 1 url: http://company.aha.io/initiatives/PRJ1-S-1 resource: http://company.aha.io/api/v1/initiatives/PRJ1-S-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '673273729' body: Description of initiative 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] integration_fields: - id: '546711007' name: id value: '9913333' integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' - id: '966751335' name: key value: JRA-987222 integration_id: 186281709 service_name: jira created_at: '2019-01-01T00:00:00.000Z' goals: - id: '602095703' name: Goal 1 url: http://company.aha.io/strategic_imperatives/DEMOENT-G-1 resource: http://company.aha.io/api/v1/goals/DEMOENT-G-1 created_at: '2019-01-01T00:00:00.000Z' description: id: '166463080' body: Description of goal 1 editor_version: 1 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] key_results: - id: '631791848' name: KR 1 reference_num: DEMOENT-G-1-KR-1 url: http://company.aha.io/key_results/DEMOENT-G-1-KR-1 position: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' progress: null target_metric: 100% starting_metric: 5% current_metric: 20% comments_count: 1 score_facts: - id: '728895917' value: 1 name: Effort - id: '846938137' value: 2 name: Benefit tags: - Engineering - Infrastructure full_tags: - id: 3412727 name: Engineering color: '#e09052' - id: 775582684 name: Infrastructure color: '#7552e0' custom_fields: - id: 1051489895 key: equation_specs_field name: Equation specs field updatedAt: '2019-01-01T00:00:00Z' value: values: '123': value: 10 name: a display_value: '10.0' '456': value: Foobar name: b display_value: Foobar '789': value: null name: '789' display_value: null type: equation_sheet - id: 621325984 key: expected_completion_date name: Expected completion date updatedAt: '2019-01-01T00:00:00Z' value: '2019-01-01' type: date - id: 694694494 key: negative_scorecard name: Negative custom scorecard updatedAt: '2019-01-01T00:00:00Z' value: 31 type: scorecard score_facts: - id: '462102328' value: 6 name: Negative default value - id: 736691743 key: upload name: Upload updatedAt: '2019-01-01T00:00:00Z' attachments: - id: '471688235' download_url: https://company.aha.io/attachments/471688235/token/aaabbbccc7.download?size=original created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' original_file_size: 123 content_type: text/plain file_name: uploaded_file_name.txt file_size: 123 type: attachment feature_links: - link_type: Depends on link_type_id: 20 created_at: '2019-01-01T00:00:00.000Z' parent_record: id: '1007868956' reference_num: PRJ1-1 name: Feature 1 created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-1 resource: http://company.aha.io/api/v1/features/PRJ1-1 product_id: '131414752' child_record: id: '622562724' reference_num: PRJ1-2 name: Another Feature created_at: '2019-01-01T00:00:00.000Z' url: http://company.aha.io/features/PRJ1-2 resource: http://company.aha.io/api/v1/features/PRJ1-2 product_id: '131414752' feature_only_original_estimate: null feature_only_remaining_estimate: null feature_only_work_done: null FeaturesPostResponse: type: object properties: ? '' : type: object properties: id: type: string example: '6776881149483859492' name: type: string example: A feature in project 2 reference_num: type: string example: PRJ2-E-251 initiative_reference_num: type: 'null' position: type: integer example: 1000 score: type: integer example: 0 created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' start_date: type: 'null' due_date: type: 'null' product_id: type: string example: '517761884' progress: type: integer example: 0 progress_source: type: string example: progress_manual duration_source: type: string example: duration_manual status_changed_on: type: string example: '2019-01-01' created_by_user: type: object properties: id: type: string example: '1020675218' name: type: string example: Mary Humpty email: type: string example: no-reply@aha.io created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' example: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: type: object properties: id: type: string example: '962984386' name: type: string example: Designed position: type: integer example: 2 complete: type: boolean example: false color: type: string example: '#ecdd8f' example: id: '962984386' name: Designed position: 2 complete: false color: '#ecdd8f' project: type: object properties: id: type: string example: '517761884' reference_prefix: type: string example: PRJ2 name: type: string example: Project 2 product_line: type: boolean example: false created_at: type: string example: '2019-01-01T00:00:00.000Z' workspace_type: type: string example: product_workspace url: type: string example: http://company.aha.io/projects/PRJ2 example: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 description: type: object properties: id: type: string example: '6776881149487582254' body: type: string example: '' editor_version: type: integer example: 2 created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' attachments: type: array items: {} example: id: '6776881149487582254' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] attachments: type: array items: {} integration_fields: type: array items: {} url: type: string example: http://company.aha.io/epics/PRJ2-E-251 resource: type: string example: http://company.aha.io/api/v1/epics/PRJ2-E-251 release: type: object properties: id: type: string example: '1000426269' reference_num: type: string example: PRJ2-R-1 name: type: string example: Release 2 start_date: type: string example: '2019-01-01' release_date: type: string example: '2019-01-01' parking_lot: type: boolean example: false created_at: type: string example: '2019-01-01T00:00:00.000Z' product_id: type: string example: '517761884' integration_fields: type: array items: {} url: type: string example: http://company.aha.io/releases/PRJ2-R-1 resource: type: string example: http://company.aha.io/api/v1/releases/PRJ2-R-1 owner: type: object properties: id: type: string name: type: string email: type: string created_at: type: string updated_at: type: string example: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: type: object properties: id: type: string reference_prefix: type: string name: type: string product_line: type: string created_at: type: string workspace_type: type: string url: type: string example: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 example: id: '1000426269' reference_num: PRJ2-R-1 name: Release 2 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '517761884' integration_fields: [] url: http://company.aha.io/releases/PRJ2-R-1 resource: http://company.aha.io/api/v1/releases/PRJ2-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 assigned_to_user: type: object properties: id: type: string example: '16338845' name: type: string example: John Smith email: type: string example: no-reply@aha.io created_at: type: string example: '2019-01-01T00:00:00.000Z' updated_at: type: string example: '2019-01-01T00:00:00.000Z' default_assignee: type: boolean example: false example: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false features: type: array items: {} goals: type: array items: {} key_results: type: array items: {} comments_count: type: integer example: 0 score_facts: type: array items: {} tags: type: array items: {} full_tags: type: array items: {} custom_fields: type: array items: {} workflow_status_times: type: array items: type: object properties: status_id: type: string status_name: type: string started_at: type: string ended_at: type: 'null' example: status_id: '962984386' status_name: Designed started_at: '2019-01-01T00:00:00.000Z' ended_at: null example: - status_id: '962984386' status_name: Designed started_at: '2019-01-01T00:00:00.000Z' ended_at: null _links: type: array items: {} master_feature_only_original_estimate: type: 'null' master_feature_only_remaining_estimate: type: 'null' master_feature_only_work_done: type: 'null' epic_only_original_estimate: type: 'null' epic_only_remaining_estimate: type: 'null' epic_only_work_done: type: 'null' example: id: '6776881149483859492' name: A feature in project 2 reference_num: PRJ2-E-251 initiative_reference_num: null position: 1000 score: 0 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: null due_date: null product_id: '517761884' progress: 0 progress_source: progress_manual duration_source: duration_manual status_changed_on: '2019-01-01' created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '962984386' name: Designed position: 2 complete: false color: '#ecdd8f' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 description: id: '6776881149487582254' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] attachments: [] integration_fields: [] url: http://company.aha.io/epics/PRJ2-E-251 resource: http://company.aha.io/api/v1/epics/PRJ2-E-251 release: id: '1000426269' reference_num: PRJ2-R-1 name: Release 2 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '517761884' integration_fields: [] url: http://company.aha.io/releases/PRJ2-R-1 resource: http://company.aha.io/api/v1/releases/PRJ2-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false features: [] goals: [] key_results: [] comments_count: 0 score_facts: [] tags: [] full_tags: [] custom_fields: [] workflow_status_times: - status_id: '962984386' status_name: Designed started_at: '2019-01-01T00:00:00.000Z' ended_at: null _links: [] master_feature_only_original_estimate: null master_feature_only_remaining_estimate: null master_feature_only_work_done: null epic_only_original_estimate: null epic_only_remaining_estimate: null epic_only_work_done: null example: ? '' : id: '6776881149483859492' name: A feature in project 2 reference_num: PRJ2-E-251 initiative_reference_num: null position: 1000 score: 0 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' start_date: null due_date: null product_id: '517761884' progress: 0 progress_source: progress_manual duration_source: duration_manual status_changed_on: '2019-01-01' created_by_user: id: '1020675218' name: Mary Humpty email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' workflow_status: id: '962984386' name: Designed position: 2 complete: false color: '#ecdd8f' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 description: id: '6776881149487582254' body: '' editor_version: 2 created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' attachments: [] attachments: [] integration_fields: [] url: http://company.aha.io/epics/PRJ2-E-251 resource: http://company.aha.io/api/v1/epics/PRJ2-E-251 release: id: '1000426269' reference_num: PRJ2-R-1 name: Release 2 start_date: '2019-01-01' release_date: '2019-01-01' parking_lot: false created_at: '2019-01-01T00:00:00.000Z' product_id: '517761884' integration_fields: [] url: http://company.aha.io/releases/PRJ2-R-1 resource: http://company.aha.io/api/v1/releases/PRJ2-R-1 owner: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' project: id: '517761884' reference_prefix: PRJ2 name: Project 2 product_line: false created_at: '2019-01-01T00:00:00.000Z' workspace_type: product_workspace url: http://company.aha.io/projects/PRJ2 assigned_to_user: id: '16338845' name: John Smith email: no-reply@aha.io created_at: '2019-01-01T00:00:00.000Z' updated_at: '2019-01-01T00:00:00.000Z' default_assignee: false features: [] goals: [] key_results: [] comments_count: 0 score_facts: [] tags: [] full_tags: [] custom_fields: [] workflow_status_times: - status_id: '962984386' status_name: Designed started_at: '2019-01-01T00:00:00.000Z' ended_at: null _links: [] master_feature_only_original_estimate: null master_feature_only_remaining_estimate: null master_feature_only_work_done: null epic_only_original_estimate: null epic_only_remaining_estimate: null epic_only_work_done: null FeaturesPostRequest: type: object properties: feature: type: object properties: name: type: string example: New name workflow_kind: type: string example: new workflow_status: type: object properties: name: type: string example: Designed example: name: Designed description: type: string example:

This is the description

assigned_to_user: type: object properties: email: type: string example: no-reply@aha.io example: email: no-reply@aha.io example: name: New name workflow_kind: new workflow_status: name: Designed description:

This is the description

assigned_to_user: email: no-reply@aha.io example: feature: name: New name workflow_kind: new workflow_status: name: Designed description:

This is the description

assigned_to_user: email: no-reply@aha.io securitySchemes: OAuth2: type: oauth2 description: OAuth2 authentication with bearer tokens flows: authorizationCode: authorizationUrl: https://{account-domain}.aha.io/oauth/authorize tokenUrl: https://{account-domain}.aha.io/oauth/token scopes: {} ApiKeyAuth: type: http scheme: bearer description: API key authentication using Bearer token in Authorization header. Generate API keys at https://secure.aha.io/settings/api_keys CookieAuth: type: apiKey in: cookie name: session description: Cookie-based authentication for web browser integration