Track authors
Add and remove authors to tracks
Instruqt users with the owner or content creator role can edit tracks by default. But you can also give Instruqt users with the member role edit rights by assigning them as a track author. This is handy when you want to give an Instruqt user the edit right for some specific track or tracks, but not all.
Before you begin
You need to have the owner or content creator role for setting the track authors. Furthermore, if you want to set track authors with Instruqt CLI, you need to have their email addresses with which they are registered as team members.
Add a track author
You can add track authors from the Web UI or the Instruqt CLI:
Click the track you want to add track authors to.
Click the authors' avatars at the top of the page.
Click Add author.
In the Add author field, enter the member's name you want to add.
In the Authors list, select the wanted team member.
Click Close.
Open the
track.ymlfile of the track where you want to add a track author.Add the email of the member you want to set as track author to the
developersproperty:developers: - [email protected] - [email protected] - [email protected]Save the
track.ymlfile and push your track to the Instruqt platform:instruqt track push
Remove a track author
You can remove track authors from the Web UI or the Instruqt CLI:
Click the track you want to remove track authors from.
Click the authors' avatars at the top of the page.
Hover over the track author you want to remove until the
button shows up.
Click
to remove the track author.
Click Close.
Open the
track.ymlfile of the track where you want to remove a track author.Delete the whole line of the member you want to remove as track author from the
developersproperty:developers: - [email protected] - [email protected] - [email protected]↓
developers: - [email protected] - [email protected]Save the
track.ymlfile and push your track to the Instruqt platform:instruqt track push
Last updated
Was this helpful?