Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Script for new field

Artem Snisar November 5, 2022

new field at the Feature level that will show the number of spent hours logged by users at the Story, Task, Bus, Sub-Task level.

This will help Project managers to know how much time we spent on the project so far.

as i am new to Jira  I would hope you guys could help me get a lead or a hint to execute this script

1 answer

0 votes
Rafael Costa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2022

Hi @Artem Snisar .

Where this field would be?

I have something similar,

  • I made a automated issuetype with a single field, which receive a JQL.
  • I set a post function after issue creation to trigger a bamboo plan (our CI/CD pipeline)
  • It gets the issue and JQL field and returns issues from JQL and worklogs from each issue
  • All process is recorded within a csv file, wich is filled with worklog and issue details (fields)
  • At final, this csv is attached in the issue (the same of the first step) with all infos available to downoad and analyze.

These process were implemented using python, Jira API and Bamboo pipeline.

Certainly exist a plugin to do it more easily, but I work as a customer automation and I usually I use tools that clients already have to achieve the client's goal, saving money

Artem Snisar November 6, 2022

This field has to be in the feature level ,this will help Project managers to know how much time we spent on the project so far

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events