https://www.growthbook.io/ logo
e

echoing-computer-38772

02/01/2023, 5:44 AM
Hi team, We are currently self-hosting Growthbook and it has been very helpful for our team and company. We have a use case where we need to tag the owner/creator of long-running feature flags on slack or an issue on our project tracker. I was looking at the
/features
API and found that the
owner
information is available but it is a free text field and
revision.publishedBy
contains the email address of the person who did the last change. We are unable to co-related the free text owner field with the email address as multiple people can have the same name. Is there a way to get the email address of the creator of the feature flag?
f

fresh-football-47124

02/01/2023, 5:45 AM
you want this from the API or from the front end?
e

echoing-computer-38772

02/01/2023, 5:46 AM
API
We wanted to tag the creators here. Could have done it if the the email id of the creators was part of the API. Is there any other workaround?
f

fresh-football-47124

02/01/2023, 5:48 AM
fair enough - can you open an issue with this request?
e

echoing-computer-38772

02/01/2023, 5:48 AM
This is the API that we are using:
GET /api/v1/features
Sure
Thanks. Our team loves Growthbook.
f

fresh-football-47124

02/01/2023, 5:53 AM
good to hear
e

echoing-computer-38772

02/01/2023, 3:27 PM
@fresh-football-47124 I've created a PR for this: https://github.com/growthbook/growthbook/pull/970
3 Views