{
"summary": "Enhance User Engagement and Retention",
"color": "#ffb64f",
"progress": "in-progress",
"description": "<p>Improve user engagement and retention metrics through targeted feature enhancements and optimizations across the platform.</p><p> </p>",
"businessGoal": "Increase Monthly Active Users (MAUs) by 20% within the next fiscal year.",
"persona": [
{
"personaValue": "UX Researchers",
"personaId": 999
},
{
"personaValue": "UX Researchers",
"personaId": 999
}
],
"teamId": 587,
"userId": [],
"startDate": "2024-06-30T18:30:00.000Z",
"endDate": "2024-07-30T18:30:00.000Z",
"tags": "[\"Epic\",\"User engagement\"]",
"urls": [
{
"url": "https://example.com"
},
{
"url": "https://example.com"
},
{
"url": "https://example.com"
}
],
"jiraId": "",
"jiraKey": "",
"externalProgress": "",
"userStories": [],
"features": [],
"estimate": "60",
"businessValue": "100",
"score": 1.6666666666666667
}
curl --location --request POST 'https://api.shorterloop.com/api/initiatives/SHO-MJXR/epics' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"summary": "Enhance User Engagement and Retention",
"color": "#ffb64f",
"progress": "in-progress",
"description": "<p>Improve user engagement and retention metrics through targeted feature enhancements and optimizations across the platform.</p><p> </p>",
"businessGoal": "Increase Monthly Active Users (MAUs) by 20% within the next fiscal year.",
"persona": [
{
"personaValue": "UX Researchers",
"personaId": 999
},
{
"personaValue": "UX Researchers",
"personaId": 999
}
],
"teamId": 587,
"userId": [],
"startDate": "2024-06-30T18:30:00.000Z",
"endDate": "2024-07-30T18:30:00.000Z",
"tags": "[\"Epic\",\"User engagement\"]",
"urls": [
{
"url": "https://example.com"
},
{
"url": "https://example.com"
},
{
"url": "https://example.com"
}
],
"jiraId": "",
"jiraKey": "",
"externalProgress": "",
"userStories": [],
"features": [],
"estimate": "60",
"businessValue": "100",
"score": 1.6666666666666667
}'
{
"success": true,
"data": {
"summary": "Enhance User Engagement and Retention",
"epicId": 1087,
"featureId": 0,
"type": "epic",
"cardId": 0,
"externalKey": "EP-41"
},
"message": "Epic saved"
}