Hello Dan,
I have the same issue. Could you resolve it in the meantime?
Kind Regards,
Steff
Search found 77 matches
- Fri Nov 08, 2019 8:53 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Sending emails from Job
- Replies: 5
- Views: 3620
- Thu Nov 07, 2019 6:08 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Is there any way to exclude certain lines to be logged in the main log4j?
- Replies: 2
- Views: 756
Re: Is there any way to exclude certain lines to be logged in the main log4j?
Hello Jürgen, sorry for my late response, but I could make it working with your kicking off help :) Firstly, I suggest to copy the log4j.properties file from: C:\Polarion\polarion\plugins\org.apache.log4j_... to: C:\Polarion\polarion\configuration The first one is the original source, however, Polar...
- Mon Nov 04, 2019 1:21 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: User info triggered from wf condition
- Replies: 2
- Views: 2531
Re: User info triggered from wf condition
Hello, I know it has been a while since this question was asked, but I am also interested what "workarounds" other Polarion-users utilize. As far as I know, the JavaScript method "alert()" doesn't work, as the workflow-script isn't executed in a webbrowser (delivering the "w...
- Mon Oct 14, 2019 10:27 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Where do I find the XML-File / Data Source of the Access Management?
- Replies: 2
- Views: 6740
Re: Where do I find the XML-File / Data Source of the Access Management?
Hello Jürgen,
thanks a bunch, also for the provided explanation. Helps me a lot!
Kind Regards,
Steffen
thanks a bunch, also for the provided explanation. Helps me a lot!
Kind Regards,
Steffen
- Wed Oct 09, 2019 12:03 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Where do I find the XML-File / Data Source of the Access Management?
- Replies: 2
- Views: 6740
[SOLVED] Where do I find the XML-File / Data Source of the Access Management?
Using the SVN-Repository Webbrowser I can find XML-Files for: - user-roles.xml - permissions.xml - project-roles.xml inside .polarion/security But where do I find the data-source for the Access Management, which is also grouped in the "User Management" in the Polarion-GUI? Kind Regards, St...
- Tue Oct 01, 2019 1:36 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Customize Document / Work Item Properties Sidebar
- Replies: 0
- Views: 389
Customize Document / Work Item Properties Sidebar
Hello, is there any way to customize the Document / Work Item Properties Sidebar? (For example direct access to the HTML / JavaScript-Manipulation / Adding or removing displayed fields) Only reference I found: https://almdemo.polarion.com/polarion/sdk/doc/javadoc-rendering/com/polarion/alm/shared/ap...
- Tue Aug 06, 2019 8:40 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Disable Polarion for certain Webbrowsers
- Replies: 8
- Views: 983
Re: [SOLVED] Disable Polarion for certain Webbrowsers
As some final note, I have added following Code to the login.jsp right after the <body>-Tag was opened: <div id="TestDIV" style="border: 1px solid black; background-color: #FF9999; width: 100%; height: 30px; padding: 10px; font-size: 20px; display:none;">ℹ &...
- Tue Aug 06, 2019 7:49 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Disable Polarion for certain Webbrowsers
- Replies: 8
- Views: 983
Re: Disable Polarion for certain Webbrowsers
Hello Stefan, wow, this is amazing! I was always seeking for a possibility how to edit the source from login and index page. I will simply embed a div at top of the body with an information, that Polarion provides a better User Experience using Google Chrome webbrowser. About Update losses: No probl...
- Tue Aug 06, 2019 5:41 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Disable Polarion for certain Webbrowsers
- Replies: 8
- Views: 983
Re: Disable Polarion for certain Webbrowsers
Hello Jürgen,
thank you very much for your honest opinion and the hint.
Maybe I do change the solution then to any kind of information appearing when using Polarion on Internet Explorer.
thank you very much for your honest opinion and the hint.
Maybe I do change the solution then to any kind of information appearing when using Polarion on Internet Explorer.
- Mon Aug 05, 2019 9:11 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Disable Polarion for certain Webbrowsers
- Replies: 8
- Views: 983
Re: Disable Polarion for certain Webbrowsers
Hello Michael,
thank you very much for your idea. Is there any way to make sure the JavaScript-Code is executed on every single Polarion page? In other words: Where to best embed it?
Thanks
thank you very much for your idea. Is there any way to make sure the JavaScript-Code is executed on every single Polarion page? In other words: Where to best embed it?
Thanks
- Mon Aug 05, 2019 5:06 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: [SOLVED] Disable Polarion for certain Webbrowsers
- Replies: 8
- Views: 983
[SOLVED] Disable Polarion for certain Webbrowsers
Is there any possibility to make Polarion only accessible to certain Webbrowsers (for example "Chrome") / deny certain webbrowsers (for example Internet Explorer) to access to Polarion? Background: We have made experiences, that some Polarion functions do not properly work in Internet Expl...
- Wed Jul 10, 2019 5:01 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Best practise to log from Wiki-Page
- Replies: 1
- Views: 550
Re: Best practise to log from Wiki-Page
Logging to Console works with following example: #set($lsid = "ls_12345") #set($reqid = "req_12345") <script type="text/javascript"> var lsid= "${lsid}"; var reqid= "${reqid}"; console.log(lsid + " was not set suspect by update of " + reqid...
- Tue Jul 09, 2019 5:46 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Best practise to log from Wiki-Page
- Replies: 1
- Views: 550
Best practise to log from Wiki-Page
Hello, can you recommend any methods to log (to the Polarion LogFile or Webbrowser-Console) from a Polarion-Wiki Page (Velocity-Context)? In JavaScript-Context I am using: logger.info("string" + JSVar +"string") or post-save context: polarionLog.info("string" + JSVar +&...
- Mon Jul 01, 2019 10:42 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Exporting Work Items via IExportManager
- Replies: 2
- Views: 761
Re: Exporting Work Items via IExportManager
Hello Jenny, I have created a Workflow-Script for exporting Work Items. Following lines from my script may be interesting to you: var project = "YOURPROJECTID"; var reqsToConsider = trackerService.queryWorkItems("project.id:YOURPROJECTID AND NOT type:heading", "id"); va...
- Mon Jun 24, 2019 10:19 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Import from Confluence
- Replies: 2
- Views: 750
Re: Import from Confluence
Confluence Wiki has some specific markup including custom HTML-Tags, like: <ac:layout> <ac:layout-section ac:type="single"> <ac:layout-cell> ... A Polarion Wiki can read HTML-Code, but unfortunately won't understand the specific Wiki macro of Confluence. Maybe an iFrame provides a possible...