Search found 19 matches

by richinek
Thu Apr 14, 2016 8:38 am
Forum: TestLink 1.9
Topic: Bulk user creation
Replies: 12
Views: 23267

Bulk user creation

Hi Testlink fans!

every month I need to create about 10-20 Testlink accounts. I do it manually via UI. Is there any other way how to do it? Script, API...?

Thx
by richinek
Wed Nov 11, 2015 11:44 am
Forum: Jira
Topic: Jira Integration Reporter Error
Replies: 15
Views: 44707

Re: Jira Integration Reporter Error

Image fixed.

Yes, you are correct, Reporter field is not visible on my creation window. Probably some glitch in the Jira API..
by richinek
Wed Nov 11, 2015 7:52 am
Forum: Jira
Topic: Jira Integration Reporter Error
Replies: 15
Views: 44707

Re: Jira Integration Reporter Error

My Reporter's field in Jira is set correctly with testlink user even if it's commented in the php code, see screenshot:

Image
by richinek
Tue Nov 10, 2015 1:17 pm
Forum: Jira
Topic: Jira Integration Reporter Error
Replies: 15
Views: 44707

Re: Jira Integration Reporter Error

Temporary workaroud:

In \testlink\lib\issuetrackerintegration\jirarestInterface.class.php comment following code using /* and */:

Code: Select all

/*
        if(property_exists($opt, 'reporter'))
        {
          $issue['fields']['reporter'] = array('name' => (string)$opt->reporter);
        }
*/
by richinek
Tue Nov 10, 2015 1:03 pm
Forum: Jira
Topic: Jira Integration Reporter Error
Replies: 15
Views: 44707

Re: Jira Integration Reporter Error

Hello guys, is there any solution on this 'reporter' issue? I have the same problem after upgrading to Testlink 1.9.14. We are using JIRA v6.3.8. Testlink: http://s30.postimg.org/9r2s146rl/Jira_issue.png Jira - create issue screen: http://s2.postimg.org/q8jw9gtl5/jira_bug_1.png http://s29.postimg.or...
by richinek
Tue Nov 03, 2015 2:13 pm
Forum: TestLink 1.9
Topic: Advantages of Testlink integration with JIRA
Replies: 4
Views: 8723

Re: Advantages of Testlink integration with JIRA

Look at this, it's from Testlink 1.9.10

Image


Image
by richinek
Fri Jun 05, 2015 6:26 am
Forum: Installation and configuration
Topic: TestLink tutorial series
Replies: 5
Views: 10223

Re: TestLink tutorial series

Appreciate your work, devonk!
by richinek
Thu Jul 24, 2014 7:23 am
Forum: TestLink 1.9
Topic: [SOLVED] "Estexec. (min)" is blank when new version created
Replies: 3
Views: 4798

Re: "Estimated exec. (min)" is blank when new version create

Demo Testlink page is working, I was able to repro that, so Mantis ticket was created - http://mantis.testlink.org/view.php?id=6447
by richinek
Wed Jul 23, 2014 7:25 pm
Forum: TestLink 1.9
Topic: [SOLVED] "Estexec. (min)" is blank when new version created
Replies: 3
Views: 4798

Re: "Estimated exec. (min)" is blank when new version create

>> As the Testlink demo is now broken what does this means ? issues has to be reported on mantis.testlink.org and not here Testlink Demo: If you log in as Admin user, you can do nothing, menu is hidden -> http://postimg.org/image/7gpwnzwin/ I just wanted to check if that is really an error before I...
by richinek
Wed Jul 23, 2014 11:22 am
Forum: TestLink 1.9
Topic: [SOLVED] "Estexec. (min)" is blank when new version created
Replies: 3
Views: 4798

[SOLVED] "Estexec. (min)" is blank when new version created

As the Testlink demo is now broken, I'm asking you for repro of following issue I've found. "Estimated exec. (min)" is blank when new test case version is created. I've checked forum and mantis, but nothing related found. Repro steps: 1. Go to Test Specification 2. Select some test case wi...
by richinek
Mon Jul 07, 2014 7:08 am
Forum: TestLink 1.9
Topic: Estimation & Execution duration as mandatory fields
Replies: 4
Views: 6232

Re: Estimation & Execution duration as mandatory fields

I've created a mantis ticket and put there the code changes (http://mantis.testlink.org/view.php?id=6422). We need just Estimation as mandatory field, so the changes are reflecting just that (not the Execution field).
by richinek
Thu Jul 03, 2014 11:01 am
Forum: TestLink 1.9
Topic: Estimation & Execution duration as mandatory fields
Replies: 4
Views: 6232

Re: Estimation & Execution duration as mandatory fields

Thank you, fman. I will add some javascript code to do that.
by richinek
Tue Jul 01, 2014 6:57 am
Forum: TestLink 1.9
Topic: Estimation & Execution duration as mandatory fields
Replies: 4
Views: 6232

Estimation & Execution duration as mandatory fields

Hello guys,

is it possible to set the "Estimated exec. (min)" in Test specification and the "Execution duration (min)" in Test Execution as mandatory fields? Fields that have to be set to some values (empty field is not allowed)?

Thanks,
richi
by richinek
Mon May 27, 2013 8:11 pm
Forum: TestLink 1.9
Topic: Direct links not working - typo in linkto.php - line 79
Replies: 1
Views: 2949

Direct links not working - typo in linkto.php - line 79

Hi guys,

direct links are not working because there is a typo in linkto.php on line 79:

there is

Code: Select all

$gui = new stdClas();
instead of

Code: Select all

$gui = new stdClass();
Testlink 1.9.7

Have a nice day or night ;-)
Richard
by richinek
Wed Apr 24, 2013 3:28 pm
Forum: TestLink 1.9
Topic: Audit Events - creating/deleting testcases
Replies: 0
Views: 2614

Audit Events - creating/deleting testcases

Hi all,
is there a possibility to view in Audit Events actions like 'testcase was created/deleted by user..' ? Now I can see there actions like 'user was logged in' or 'testcase was assigned to testplan'. But we would like to have some history for deleted testcases.

Thanks in advance
richi