We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-12300

affectsVersion field cannot be updated via SOAP or XMLRPC

    • Icon: Bug Bug
    • Resolution: Not a bug
    • Icon: Medium Medium (View bug fix roadmap)
    • None
    • 3.7.2, 3.7.3, 3.7.4
    • None

      The following PERL script works for fixVersions but NOT affectsVersions:

      		my $jiraToken	= 	XMLRPC::Lite->proxy('http://jira.atlassian.com/rpc/xmlrpc');
      		my $authToken	= 	$jiraToken->call( "jira1.login", $user, $pass )->result();
      
      		my $call 	= 	$jiraToken->call("jira1.updateIssue", $authToken, "TST-9485",
      				  		{
      				  			"fixVersions" 	=> 	[SOAP::Data->type(string => "10330")]
      				  		}				  		
      				  	);
      
      
      		
      
      		$jiraToken->call("jira1.logout", $authToken);
      

      The same code but specifying affectsVersions:

      		my $jiraToken	= 	XMLRPC::Lite->proxy('http://jira.atlassian.com/rpc/xmlrpc');
      		my $authToken	= 	$jiraToken->call( "jira1.login", $user, $pass )->result();
      
      		my $call 	= 	$jiraToken->call("jira1.updateIssue", $authToken, "TST-9485",
      				  		{
      				  			"affectsVersions" 	=> 	[SOAP::Data->type(string => "10330")]
      				  		}				  		
      				  	);
      
      
      		
      
      		$jiraToken->call("jira1.logout", $authToken);
      

      Note: The same issue occurs using the equivalent SOAP calls in PERL.

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Jira Data Center'
            1. Jira Data Center
            2. JRASERVER-12300

            affectsVersion field cannot be updated via SOAP or XMLRPC

              • Icon: Bug Bug
              • Resolution: Not a bug
              • Icon: Medium Medium
              • None
              • 3.7.2, 3.7.3, 3.7.4
              • None

                The following PERL script works for fixVersions but NOT affectsVersions:

                		my $jiraToken	= 	XMLRPC::Lite->proxy('http://jira.atlassian.com/rpc/xmlrpc');
                		my $authToken	= 	$jiraToken->call( "jira1.login", $user, $pass )->result();
                
                		my $call 	= 	$jiraToken->call("jira1.updateIssue", $authToken, "TST-9485",
                				  		{
                				  			"fixVersions" 	=> 	[SOAP::Data->type(string => "10330")]
                				  		}				  		
                				  	);
                
                
                		
                
                		$jiraToken->call("jira1.logout", $authToken);
                

                The same code but specifying affectsVersions:

                		my $jiraToken	= 	XMLRPC::Lite->proxy('http://jira.atlassian.com/rpc/xmlrpc');
                		my $authToken	= 	$jiraToken->call( "jira1.login", $user, $pass )->result();
                
                		my $call 	= 	$jiraToken->call("jira1.updateIssue", $authToken, "TST-9485",
                				  		{
                				  			"affectsVersions" 	=> 	[SOAP::Data->type(string => "10330")]
                				  		}				  		
                				  	);
                
                
                		
                
                		$jiraToken->call("jira1.logout", $authToken);
                

                Note: The same issue occurs using the equivalent SOAP calls in PERL.

                        Unassigned Unassigned
                        4dba35587546 James Kleist
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        3 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            Unassigned Unassigned
                            4dba35587546 James Kleist
                            Affected customers:
                            0 This affects my team
                            Watchers:
                            3 Start watching this issue

                              Created:
                              Updated:
                              Resolved: