New features
- The User Mention (@username) feature now supports issue roles. For instance, you can mention
@assigneeor@reporter. The suggestions appear right after you type '@'.
All of this works inside the context of an issue, meaning that you will not be able to mention user roles in the Create Issue dialog. - New JQL function - hasVisibleText(). Sample syntax:
issue IN hasVisibleText("some text")This function searches for text that users can see (that is not inside HTML attributes). For example, when searching fornoopener, this function will not return issues withnoopenerlinks in the description.
Please note:
This feature is in the Beta state. We will add the ability to search through comments and custom fields and improve the function's performance.
We do not recommend using this feature to search for regular text (because of the performance consideration).
Bug fixes
- Better debug output from the JEditor controller that uploads and serves inline images;
- Fixed issue history rendering when "Load 10 more history items" is pressed;
- Better initialization and flushing of the project cache (meaning more stable issue key rendering after project key changes).
0 Comments