When we create a card in mingle that contains a link with a # sign(Don't know if other characters cause this), the link becomes two separate links.
For instance
http://sample.com#56435
becomes
<a href=http://sample.com" target="_blank">http://sample.com</a>
<a href="/projects/projectname/cards/56435" class="card-link-56435">#56435 </a>
Comments
2 comments
Shannon
# is a special keyword in most Mingle projects and so anytime this is found in a wiki page or card Mingle will link to the card with the number that follows the #.
If you do not want this functionality please edit your project's card keywords and remove the #. Your link will then work as expected.
For more information on Mingle keywords please see here.
Thanks
- Suzie
Thank you. That works.
Please sign in to leave a comment.