Hello,
I am trying to create a link via the Special:HeadersAction section. This link will point to the Amoeba new card page with the "Add Tag" field expanded. The below string will get it to the point where it opens the new card page (under type = story).
+ <a href="/mingle/projects/
project
/cards/new?properties[Type]=Story&properties[Story type]=Enhancement" accessKey="E">New feature</a>I also created a tag called "GUI Clean UP"
The trillion dollar question is how can i get this working so that when i open this new card page the add tags section is expanded with the specified "GUI Clean UP" tag already set in that space.
Thanks
J.
Comments
2 comments
Hey there
You can use tagged with:
e.g. <a href="/mingle/projects/{{ project }}/cards/new?properties[Type]=Story&properties[Story type]=Enhancement&tagged_with=GUI%20Clean%20UP" accessKey="E">New feature</a>
I hope that helps.
- Suzie
Thank you Suzie. It worked perfectly.
Please sign in to leave a comment.