redmine-view-customize-scripts
redmine-view-customize-scripts copied to clipboard
Code examples for "Redmine View Customize Plugin"
im try this code depend in your example https://github.com/onozaty/redmine-view-customize-scripts/blob/master/examples/0043.change_style_according_to_input_value/example.md this my code ``` $(function() { function changeBackground(color) { document.body.style.background = color; } const setup = function(trackerid) { const trackerid =...
I need to do a SLA in my project. So I thought when an user set in issue_status_id = 'Start' I get the information "updated_on": "2022-01-23T13:56:56Z", from history and put/safe...
by appear pop msg to the user OR change colour or background the page To give an idea to the user is now under any misleading
I have a distinct project called "portfolio," and I've set up a dedicated tracker named "profile" for it. I'm looking to customize the Detail View of this profile tracker to...
Thx for your stronger plugin How u can change name (issue) depend in project
i note if the user have only view tracker and he not have permission he not see any code the admin put it in (css or java) im correct?
ファイル形式でのカスタムフィールドに対し、別のカスタムフィールド値を元に表示非表示を変更するサンプルコードはありますか。 表示時はファイル添付を必須とし、非表示時は任意に戻したいです。
Hello @onozaty !! Is it possible to change the position of the watchers field? Need to put watchers after some custom field. I tried to do this based on examples...
Hi @onozaty :) I need add a group as a watcher when editing a issue and when the tracker is changed $('#issue_watcher_user_ids_15 input').prop('checked', true); -> doesn't work when editing a...