您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Replace the "Priority"-only issue icons with any other field you have set up.
Replace the "Priority"-only issue icons with any other field you have set up.
You will find at the top of the file YOUTRACK_PROFILES
. In this object, you will be able to list any number of YouTrack profiles you may own:
const YOUTRACK_PROFILES = {
"location.hostname": {
token: "perm:***********",
replacementField: "Field"
}
};
location.hostname
.
myproject.myjetbrains.com
Type
, State
, Subsystem
...You are not expected to modify anything more in the file.
If you ever encounter an issue with the user script and do not have a GitLab account, you can create a ticket by sending an email and using the following template. Otherwise, you can submit an issue through the interface.
Email: contact-project+alexandresp-youtrack-custom-issue-icons-report@incoming.gitlab.com
## Summary (Summarize the bug encountered) ## Steps to reproduce (How one can reproduce the issue - this is very important) ## What is the current bug behavior? (What actually happens) ## What is the expected correct behavior? (What you should see instead) ## Relevant logs and/or screenshots - Operating System: - Browser (and its version): (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code.) ## Possible fixes (If you can, link to the line of code that might be responsible for the problem) /label ~bug ~open /assign @AlexandreSP
Feel free to suggest new features for the user script by using the following email and template. If you have a GitLab account, you can directly create a ticket through the interface.
Email: contact-project+alexandresp-youtrack-custom-issue-icons-report@incoming.gitlab.com
## Summary (Summarize the feature) ## Behavior (Explain how this feature should behave, including any edge cases if relevant) ## Use Case (Explain why this feature would add value to the user script) /label ~suggestion ~open /assign @AlexandreSP