我已使用Power Scripts進行UI的欄位隱藏,但發現以下兩個地方還是看得到隱藏欄位。請問有什麼方法可以解決。
1、請問匯出功能是否可隱藏?
2、在使用List View看Issue時,是否可以將特定欄位隱藏起來,針對不同人可以看到不同的欄位?
Arwin 您好,
如您所見,Powerscripts的隱藏功能只影響到用戶觀看Issue View時的UI.
目前為止我們的工程師正在與您的同事討論第一項匯出方面的功能. 透過利用其他的scripts我們能夠限制匯出的數據但是無法改變Jira系統本身的匯出功能.
至於list view方面,(除了Jira已提供的個人化功能)我們沒辦法將欄位隱藏.
請問第一項匯出的問題是和那一位同事討論呢?目前狀況如何?
那這樣Powerscripts有隱藏功能的作用並不大,因為從匯出和list view還是看得到這個欄位的資料。
我想請問是否有什麼其他的解決方案?
我目前想到的是Jira可以把這匯出功能和list view的功能關閉或隱藏嗎?
再用其他的Scripts可以針對不同使用者匯出不同欄位的報表或針對不同使用者使用list View的功能
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
第一項是和Elvis談的 - 我們的工程師有推薦一些其他專門監控欄位的Plugin (如: https://marketplace.atlassian.com/apps/1212681/secure-fields-for-jira?hosting=datacenter&tab=overview)
Jira本身是比較開放的工具但是您可參考一些其他後端的設置如: https://confluence.atlassian.com/jirakb/how-to-disable-export-feature-856835486.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Arwin 您是指 Disable Export 的功能嗎? 這其實可以從UI調整.
程式碼可以加在這裡: [JIRA URL}/secure/admin/EditAnnouncementBanner!default.jspa
(請把[JIRA URL]更改成您的Jira 連結)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.